Discussion :: Javascript - CS
- Which is the function that calls another function after a time interval?
Answer : Option A
Explanation :
The setTimeout(function, duration) calls function after duration milliseconds from now.
Be The First To Comment