index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Tests
/
switch-basic-3.js
blob: 7fe22742a890574fd0e6c2703ef6d36c4fceca06 (
plain
)
1
2
3
4
5
6
var a = "foo"; switch (100) { default: console.log("PASS"); }