What is the main difference between
and
in JavaScript?
|
|
Example:
|
|||||||
|
|
See reference at MDN. |
|||||
|
|
setTimeout(): It is a function that execute a JavaScript statement
setInterval(): It is a function that execute a JavaScript statement
The interval unit is in |
|||||||||
|
|
|
|||
|
|