Objects & Arrays Lab

Requirements

1. Look up how old JavaScript is.

3. Check to see if JavaScript is older, younger, or the same age as the people in the file.

2. Load the ages.json file as a variable.

>

4. In a new file, create a variable called jsBirthday - (9/1/1995).

5. Load and compare the birthdays in birthdays.json with jsBirthday.

Extra Credit