New posts in ecmascript-5

Accessors are only available when targeting ECMAScript 5 and higher

Shorthand for Object.create() with multiple properties

Why are Octal numeric literals not allowed in strict mode (and what is the workaround?)

Getting Error Promise is undefined in IE11

What Internal Property In ECMAScript is defined for?

What is the difference between 'let' and 'const' ECMAScript 2015 (ES6)?

Shim vs. Sham: What is the difference?

What object javascript function is bound to (what is its "this")?

Indirect eval call in strict mode

Why is delete not allowed in Javascript5 strict mode?

when do you use Object.defineProperty()

Regex only capturing last instance of capture group in match

Object.defineProperty in ES5?

Object.keys() complexity?

Why and how does ([![]]+[][[]])[+!+[]+[+[]]] evaluate to the letter "i"? [duplicate]

Why is 019 not a JavaScript syntax error? Or why is 019 > 020

Getting a reference to the global object in an unknown environment in strict mode

Can I disable ECMAscript strict mode for specific functions?

Is there any way to check if strict mode is enforced?

Any performance benefit to "locking down" JavaScript objects?