Sail E0 Webinar
Question
What is the code to print hello one second from now?
Options:
A .  setTimeout(function() { console.log("Hello World"); }, 1000);
B .  setTimeout(function() { 1000, console.log("Hello World"); });
C .  setTimeout(function(1000) { console.log("Hello World"); });
D .  setTimeout(function() { console.log("Hello World"); });
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers