72.7k views
3 votes
It is a JavaScript property used to call a function after a specified time, in milliseconds​

User Deepdive
by
4.6k points

2 Answers

4 votes

Answer:

setTimeout is a native JavaScript function (although it can be used with a library such as jQuery, as we'll see later on), which calls a function or executes a code snippet after a specified delay (in milliseconds).

User Tanzania
by
4.0k points
7 votes

Answer:

setTimeout is a native JavaScript function (although it can be used with a library such as jQuery, as we'll see later on), which calls a function or executes a code snippet after a specified delay (in milliseconds).

User Syntax
by
4.4k points