222,130 views
41 votes
41 votes
It is a JavaScript property used to call a function after a specified time, in milliseconds​

User Wolffc
by
2.4k points

2 Answers

15 votes
15 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 Rameezmeans
by
3.0k points
16 votes
16 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 Gidzior
by
2.8k points