4 lines
No EOL
75 B
TypeScript
4 lines
No EOL
75 B
TypeScript
const seconds = 1000 * 10
|
|
setTimeout(()=>{
|
|
console.log(200)
|
|
}, seconds) |