JS Module 1 Complete

Entry #1699670810

JS Module 1 Quiz

JSModule1Quiz

Update: @ 18:50 (6:50 PM PDT)

JS Module 1 Test

JSModule1Test

Moving on to JS Module 2

JavaScript Essentials 1 (JSE)
Module 2

Variables, Data Types, Type Casting, and Comments

After completing Module 2, the student will:

  • have the knowledge and skills to work with variables (i.e. naming, declaring, initializing and modifying their values);
  • understand concepts such as scope, code blocks, shadowing, and hoisting;
  • know the basic properties of primitive data types such as boolean, number, bigint, undefined, null, and be able to use them;
  • be familiar with the basic properties of the primitive data type string, including string literals – single or double quotes, the escape character, string interpolation, basic properties and methods;
  • know the basic properties of complex data types such as Array and Object (treated as a record) and be able to use them in practice.