Hoisting

Function hoisting:

  • Functions declaration are hoisted as well
  • Functions expression are not. (This is similar to variable hoisting due to being assigned to a 'var';)

results matching ""

    No results matching ""