JavaScript Primitives: Null, undefined, booleans, numbers, strings
Variables: var, const, let
Operators: Arithmetic Operators: + - / * % etc
Boolean Operators: && || Conditionals: if, else, else if
Loops: for loop
Functions: function, parameters, return
JSON: JS objects, JS arrays, Arrays in Objects, Objects in Arrays