setTimeout

  • setTimeout takes a function as its first parameter...
  • ...and a number of milliseconds as its second
  • JavaScript schedules the function to run after that many milliseconds

7 / 27