MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 5 lines 116 B view raw
1(async () => { 2 let p = Promise.resolve(1).then(x => x + 1); 3 console.log(await p); 4 console.log(await p); 5})();