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
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments