- A setTimeout()
- B setTotaltime()
- C setInterval()
- D settime()
Answer:
A
You can register a method to be called once or again after a certain amount of time has passed using the setTimeout()
and setInterval()
functions. In javascript, both of these functions are used to manipulate time.