Serenity Operating System
at hosted 6 lines 71 B view raw
1var a = "foo"; 2 3switch (100) { 4default: 5 console.log("PASS"); 6}