+2 votes
in JavaScript by

What is SetTimeout()?

1 Answer

0 votes
by
  • When you setTimeout it becomes asynchronous and it has to wait on the stack to get everything got finished

Related questions

+1 vote
asked Jul 16, 2019 in JavaScript by Indian
+2 votes
+2 votes
asked Jul 16, 2019 in JavaScript by Indian
...