Would you like to clone this notebook?

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

Cancel

await!

node v6.17.1
version: master
endpointsharetweet
function x() { return new Promise(function(resolve, reject) { setTimeout(function() { resolve({a:42}); },100); }); } await x();
Loading…

no comments

    sign in to comment