asynchrous action

PHOTO EMBED

Sat Jan 13 2024 11:19:47 GMT+0000 (Coordinated Universal Time)

Saved by @nistha_jnn

console.log("start");
setTimeout(function(){
console.log("hey I am good")},3000) ;                             
console.log("end");

output-
start
end
hey I am good
content_copyCOPY