Please read the following;
At the end of the chapter you should have an understanding for;
nullundefined"Hello World!", 'single quote string')\n, \t)these use backticks and have special properties)Video
+/-)*//)%)Video
- String operators
    - String concatenation (`+`)
Video
- Unary Operators
    - `typeof`
Video
- Comparison Operators
    - `<`, `>`,`<=`, `>=`, `==`, `!=`
- Logical Operators
    - or - `||`
    - and - `&&`
    - not - `!`
- Type Conversion
Video
While you work on this chapter, you should use the following interactive JS console to test out values, types, and operators.