testerJune 29, 2022 1:43 PMCode Syntax highlighting var foo = function (bar) { return bar++; }; console.log(foo(5));