how to set time out in js

JavaScript
setTimeout(() => { alert('Hello') }, 1000)
Source

Also in JavaScript: