Unit 3.1 - 3.3: JavaScript

Unit Objectives:

By the end of this unit, you will be able to:

  • Identify and declare variables containing primitive and object data types in JavaScript
  • Write for loops to iterate over strings and arrays
  • Write conditional statements using if/else and switch
  • Explain the importance of objects in JavaScript and create objects containing both properties and methods
  • Explain and implement the difference between function declarations and expressions
  • Explain and implement comparison and logical operators