Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

untitled notebook

node v0.12.18
version: master
endpointsharetweet
Promise = require('bluebird') var promiseList = [1,2,3,4].map(Promise.resolve) await Promise.all(promiseList)
Loading…

no comments

    sign in to comment