Skip to main content

3 docs tagged with "ES 6"

View All Tags

ES6

ES6 is defined as: ES2015 - major rework to JS after Apple 🔪 Flash & industry push on JS. Topics on: Scope were added to Block in ES6, ES6 add TDZ for Block Sc

ES6 add TDZ for Block Scope

ES6 add TDZ for Block Scope. Topics on: improves behaviour of var hoisting undefined, !bad accessing variables before declaration is bad practice and should be

why var is bad

why var is bad. Topics on: Top-Level Code var declarations pollute the global (window) namespace, which may be accidentally overwritten and result in unintended