Home
JavaScript Fundamentals (1)

Assignments:

Data Types

  1. Declare a variable called isSealed and set its value according to your tribe. The variable should hold a Boolean value. Also declare a variable mother, but don't assign it any value yet.
  2. Log the types of  isSealed, population, tribe and mother to the console.
Values and Variableslet, const, and var