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