Relative Content

Tag Archive for es6

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.

Is it OK to use Promises for Caching

Is it an acceptable (not surprising) to use promises to cache results? The idea is to generate a promise once, and just return that same promise again on subsequent calls.

Is it OK to use Promises for Caching

Is it an acceptable (not surprising) to use promises to cache results? The idea is to generate a promise once, and just return that same promise again on subsequent calls.

Is it OK to use Promises for Caching

Is it an acceptable (not surprising) to use promises to cache results? The idea is to generate a promise once, and just return that same promise again on subsequent calls.