function alertFunc(){
  alert("Hello world!")
}
window.setTimeout(alertFunc, 3000)
