Relative Content

Tag Archive for ecmascript

Does ES6 help grow the Ecmascript standard library?

With all the noise about EC6, one thing that I realized I haven’t heard about is expanding Javascript’s standard library. Javascript has a fairly sparse standard library. You need a 3rd party library to do many basic things like date manipulation.

Does ES6 help grow the Ecmascript standard library?

With all the noise about EC6, one thing that I realized I haven’t heard about is expanding Javascript’s standard library. Javascript has a fairly sparse standard library. You need a 3rd party library to do many basic things like date manipulation.

Does ES6 help grow the Ecmascript standard library?

With all the noise about EC6, one thing that I realized I haven’t heard about is expanding Javascript’s standard library. Javascript has a fairly sparse standard library. You need a 3rd party library to do many basic things like date manipulation.

Does ES6 help grow the Ecmascript standard library?

With all the noise about EC6, one thing that I realized I haven’t heard about is expanding Javascript’s standard library. Javascript has a fairly sparse standard library. You need a 3rd party library to do many basic things like date manipulation.

Why create a Global-ish Object.create function?

I’m a fairly experienced programmer in the .NET and Java realms, and I’ve started reading up on JavaScript. I bought Douglas Crockford’s “The Good Parts” book, and I’m immediately put off by a few things.