About Lab #6
Review Topics
- basic git commands revisited
- creating repos
- working with files
- basic JavaScript revisited
- tools
- how do we write javascript?
- how do we see output?
- kinds of values - numbers and strings
- operations on those values …
- input and output / calling functions
New Topics
- troubleshooting remote repositories
- boolean values, comparison operators and logical operators
- conditionals - if, else, else if
- while loops (maybe)