test

Javascript code posted by boo
created at 16 Jul 09:27, updated at 25 Jul 00:41

Edit | Back
1
2
3
4
async function foo () {
  console.log("hello world")
  await setTimeout( () => console.log("hh"), 2000)
}
108 Bytes in 2 ms with coderay