var foo = function (bar) {
return bar++;
};
console.log(foo(5));
16:29 PM - 22 Feb 2017
var foo = function (bar) {
return bar++;
};
console.log(foo(5));
16:29 PM - 22 Feb 2017
For further actions, you may consider blocking this person and/or reporting abuse
Sajad DP -
The Witcher -
Prince -
Neha Sharma -
Top comments (8)
2
1
3