JavaScript - defining variables, using conditional logic and loops to interact with user.
Some concepts in this lesson include:
- conditional logic statements - if, else and switch
- loops - for, while, and do...while
- break & continue to alter loop execution