๐ฐ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?