Learning is the only thing the mind never exhausts, never fears, and never regrets.
-Leonardo Da Vinci
Students begin to review some JavaScript basics. We will begin with understanding datatypes (i.e. strings, integers, booleans, etc.); then we move on to declaring variables and printing to the console.
Students will learn the structure of a JS function. They will learn how to define functions without parameters; functions with parameters, and functions with return statements.