Question: 6. Explain how the following code works: functionstillThere(){ alert(Are you still there?); } setInterval(stillThere,2000);
6. Explain how the following code works:
functionstillThere(){
alert("Are you still there?");
}
setInterval(stillThere,2000);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
