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 v8.17.0
version: master
endpointsharetweet
const {promisify} = require('util'); const delay = promisify(setTimeout); delay(1000).then(() => console.log('delayed'));
Loading…

no comments

    sign in to comment