Talk i gave at WebTech Conference on November 10th 2010.
...
Talk i gave at WebTech Conference on November 10th 2010.
Abstract:
At last, ecmascript 5th edition is landing in all modern browsers. What are the new parts of the language and how can they help us to write better code?
Also
http://federico.galassi.net/
http://www.webtechcon.it
Federico Galassi, Software Craftsman at CleanCodeYes, i didn't mention it because it's a little bit of a placebo. Not going to make anything work on IE anyway and with some nasty pitfall like breaking for/in on arrays by extending the prototype without, sigh, enumerable: false. I will add a slide about node.js, thank you2 years ago
Are you sure you want to
Nathan Smith, Web Developer at Cramer DevelopmentYes we need a miracle, but while we're waiting for that we can use a shim in the browser: https://github.com/kriskowal/es5-shim/blob/master/es5-shim.js
That and server-side js environments have better es5 compat.2 years ago
Thanks for a great, clear presentation. 2 years ago
That and server-side js environments have better es5 compat. 2 years ago