In this part of the course, we covered program logic:
Some of the different environments in which JavaScript can be used, and how its execution can differ from one environment to another.
Conditional statements like if/else and switch.
Loops for repeating sections of code like for and while.
Different types of errors, and how to handle them.
In the next part of the course, we will be looking at different best practices for programming methodology, like functions and methods.