Topics To Cover



What functions are and why we need them
Function declaration syntax
Function expression syntax
Key differences between declaration and expression
Basic idea of hoisting (very high level)
When to use each type








What functions are and why we need them


A function in programming is the self-contained, named block of...