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

output-
start
end
hey I am good
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter