Learn about JavaScript functions scopes vs block scopes and how they relate to the variables declarations with var/let/const
Learn about JavaScript function implicit and explicit parameters and the use of rest parameters
Learn about JavaScript higher order functions and callback arguments and how to use them to build a simple functional calculator
Learn about JavaScript function closures and how they're different than function scopes