-
Homework Review
- Everyone did mobile first! Great job!
-
Homework rules
- submission template, url = github
- submission deadline = midnight the night before
-
- The JavaScript interpreter
- Turning problems into code / inputs & outputs
-
Bi-weekly assessment
-
console
-
strings
-
Saying Hello
- variables
- prompt
- console.log
-
Counting the Number of Characters
- .length
-
Printing Quotes
- escape character
-
Area of a Rectangular Room
- numbers
- converting types
- mathematical operators
-
Legal Driving Age
- booleans
- logical operators
- if statements