Archived
jh
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
## Code
|
||||
|
||||
```js
|
||||
var foo = function (bar) {
|
||||
return bar++;
|
||||
};
|
||||
|
||||
console.log(foo(5));
|
||||
```
|
||||
Reference in New Issue
Block a user