The following code works in Node 16:
`await Promise.resolve(console.log('🎉'))
It would fail in Node 14
We can finally use top level awaits
in the console.
Node 16 comes into LTS on 2021-10-26
Random outpourings of a software developer
The following code works in Node 16:
`await Promise.resolve(console.log('🎉'))
It would fail in Node 14
We can finally use top level awaits
in the console.
Node 16 comes into LTS on 2021-10-26