🔰creating functions
JS ⟩ value ⟩ function ⟩ create
create functions using function declaration / function expression / Function.
- using Function constructor 
- function expression - an expression that evaluates to a function. - IIFE - immediately invoked function expression 
 
Last updated
Was this helpful?