| 
6 | 6 | 
 
  | 
7 | 7 | /**  | 
8 | 8 | * #1  | 
9 |  | -* Variables with a String as their value  | 
 | 9 | +* Variables with a String value  | 
10 | 10 | *  | 
11 | 11 | * Declare variables named `firstName`, `lastName`, `birthPlace`, `favoriteFood`, `bestMovie`, `favLoveSong`, `cuteAnimal`, `favColor`, `favSneaker`, `coffeeShop`.  | 
12 | 12 | * Fill out the values for these with your own data or make it up.  | 
 | 
19 | 19 | 
 
  | 
20 | 20 | /**  | 
21 | 21 | * #2  | 
22 |  | -* Variables with a Number as their value  | 
 | 22 | +* Variables with a Number value  | 
23 | 23 | *  | 
24 |  | -* Declare variables named `favoriteNumber`, `currentYear`, `thatOnePrinceSong`, 'tokyoOlympics`, `mariahCareyAge`, `currentTemp` and `studentsInClass`.  | 
 | 24 | +* Declare variables named `favoriteNumber`, `currentYear`, `thatOnePrinceSong`, 'tokyoOlympics`, `mariahCareyAge`, `currentTemp`, `studentsInClass`, `numOfJapanPrefectures`, `currentIphoneModel` and `shoeSize`.       | 
25 | 25 | *  | 
26 | 26 | * Their values should be a Number  | 
27 | 27 | **/  | 
 | 
30 | 30 | 
 
  | 
31 | 31 | /**  | 
32 | 32 | * #3  | 
33 |  | -* Variables with Boolean values  | 
 | 33 | +* Variables with a Boolean value  | 
34 | 34 | *  | 
35 |  | -* Declare variables named `isDaytime`, `isLeftHanded`, `inHawaii`,  | 
36 |  | -* and `isHappyCoding`  | 
 | 35 | +* Declare variables named `likesMcDonalds`, `watchedMrRobot`, `ranMarathon`, `wrestledABear`, `lovesDonuts`, `readHarryPotter`, `sleptInClass`, `drinksCoffee`, `shopsAtWholeFoods` and `ownsRedShoes`.       | 
37 | 36 | *  | 
38 | 37 | * Their values should be a Boolean  | 
39 | 38 | **/  | 
 | 
42 | 41 | 
 
  | 
43 | 42 | /**  | 
44 | 43 | * #4  | 
45 |  | -* Variables with null  | 
 | 44 | +* Variables with a Null value  | 
46 | 45 | *  | 
47 |  | -* Declare variables named `enrolledAtDevLeague` and `completedFridayPrep`  | 
 | 46 | +* Declare variables named `completedPrepClass`, `traveledToMars` and `scoredInNFL`  | 
48 | 47 | *  | 
49 | 48 | * Their values should be a Null value  | 
50 | 49 | **/  | 
51 | 50 | 
 
  | 
 | 51 | +/*What is the difference between null and undefined?*/  | 
 | 52 | + | 
52 | 53 | 
 
  | 
53 | 54 | 
 
  | 
54 | 55 | /**  | 
 | 
0 commit comments