timer

Run Settings
LanguageJavaScript
Language Version
Run Command
console.log("Hello World!"); //get the last serial let t = 180; while(t != 0){ let j = t;//no use in app console.log(t); setInterval(function() { j--;} ,1000); t = j; }
Editor Settings
Theme
Key bindings
Full width
Lines