📗YDKJS: Scope & Closures (v.2)
resource ⟩ books ⟩ You Don't Know JS Yet: Scope & Closures
compilation - how JS compiles.
window - global object in browser environment.
window.name - global variable (a getter/setter)
Author: Kyle Simpson
Last updated
Was this helpful?