check async support

node v9.11.2
version: 1.0.0
endpointsharetweet
(async () => { let r = await (() => { return Promise.resolve("it works!") })(); console.log(r) })(); true
Loading…

1 comment

  • posted 6 years ago by orien7
    console.log("hello world")

sign in to comment