Discussion :: Javascript - CS
- Which function among the following lets to register a function to be invoked once?
Answer : Option A
Explanation :
setTimeout() and setInterval() allow you to register a function to be invoked once or repeatedly after a specified amount of time has elapsed.
Be The First To Comment