creating functions
Last updated
Was this helpful?
Last updated
Was this helpful?
⟩ ⟩ ⟩ 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