JS Introduction
JavaScript, an introduction to the language of the web.
JS Basics
Continuing introduction to the language including the topics of identifiers, operators and contol flow techniques.
Lab-2.1 JS Intro
Introducing the fundamentals of the javascript language, becoming familiar with some of the different sources of a selection of javascript resources. Explore Google Chrome's javascript-based tools. Understand basic types. Acquire an understanding of the roles that arrays and objects play in a javascript program. All using JetBrains' WebStorm IDE.
Lab-2.2 JS Basics
Examine some of JavaScript's constructs such as conditionals, loops, arrays, objects, functions and scope. Understanding some concepts such as Truthy and Falsy values. simple static web site, include an external JavaScript file and use Google Chrome developer tools to debug into the script at runtime.