index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Base
/
home
/
anon
/
js
/
simple-function.js
blob: 801e58841f5f32a0311d64f5e4427548a79b7158 (
plain
)
1
2
function foo() { return (1 + 2) + 3; } foo();