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
/
Source
/
js
/
simple-parse.js
blob: 0bac548acbc53095523029d024e2036172d8c7c5 (
plain
)
1
2
3
4
5
6
7
var foo = 1; function bar() { return 38; } foo = {}; foo = bar() + 4; foo;