News

Promise.resolve([])); In my bumbling attempts to code JavaScript, I've been seeing more stuff like ... and Asynchronous Module Definition (AMD), implemented by RequireJS. StrongLoop's take on modules ...
If you’re returning information from a then or catch handler, it will always be wrapped in a promise, if it isn’t a promise already. So, you never need to write code like this: If you are ...