You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log("timer done")//because it will be executed after 3 seconds and the code is not executing line by line so it is called an asychronous piece of code.
},3000)
console.log("end")
// native functions are the functions which are known to java script like loops variables.
//there are also runtime functions like setTimeout which are executed in rutime engine.they cannot hamper the processing of native functions.