Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is SetTimeout()?
Home
JavaScript
What is SetTimeout()?
+2
votes
asked
Jul 16, 2019
in
JavaScript
by
Indian
What is
SetTimeout()
?
#java-script
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 16, 2019
by
Indian
When you setTimeout it becomes asynchronous and it has to wait on the stack to get everything got finished
...