variable
Last updated
Was this helpful?
Last updated
Was this helpful?
⟩ variable
a variable has a valueand an identifier as its name.
synonyms: "binding"
assignment to an undeclared identifier will result in an accidental global variable in sloppy mode❗️ in sloppy mode.
JavaScriptTutorial ⟩
Eloquent JavaScript ⟩
YDKJS: Scope & Closures (v.2) ⟩ Ch. 1 ⟩
JS.info ⟩