dasunpubudumal
7/8/2018 - 2:56 PM

Engineers doing stupid stuff

Engineers doing stupid stuff

console.log("Program Started!");

setTimeout(() => {
  console.log("In the middle of the Program!");
}, 0);

console.log("Program Stopped!");