3 lines
38 B
JavaScript
3 lines
38 B
JavaScript
|
const p = Promise.resolve(42)
|
||
|
await p
|