Objectives

After this lesson, students will be able to:

  • Describe the concept of a “data type” and how it relates to variables

  • Declare, assign to, and manipulate data stored in a variable

  • Create arrays and access values in them

  • Understand the difference between comparison operators

  • Distinguish between the different types of logical operators

  • Run simple JavaScript programs from the command line using Node