Functions
Programs are assigning the values to the memory or variables and running the program to do somethings with the variables.
without functions programs can't do anything.
Function Expression:
Function Declaration:
Function Invocation/Call/Execution:
Function invocation will create an Execution context that gives an this (=window) and arguments object.
Last updated