romach
7/11/2017 - 6:49 PM

Execute after pause

Execute after pause

setTimeout(function(){
 console.log("After pause");
}, 2000);