🍄function

🚧 under construction -> named function

JSvalueobject ⟩ function

a closure (or IIFE) can be used to create a scope to hide variables/functions.

A "variable" is just a property of the environment record (associated with the currently executing block /function /module /script).

Last updated

Was this helpful?