Home
functions
Learn what a function is, why you should use it, how to declare one and what function hoisting is in JavaScript.
Learn about JavaScript arguments and Parameters and their differences, along with the arguments object.
Learn about anonymous functions, closures and IIFE.
Learn about how variables can have a local and global scope.