Marco Nembrini
Blog
About
About Me
Thanks for reading!
var
foo =
function
(bar) {
return
bar++; }; console.log(foo(5));