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
/
function-with-arguments.js
blob: f87b61162c8273d3a5d43c98d133aa64396ab43e (
plain
)
1
2
3
4
function foo(a, b) { return a + b; } foo(1, 2 + 3);