setTimeout() //executes the code after x seconds. .setInterval() //executes the code **every** x seconds.