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
Leandro Lopes -
Leapcell -
MD.MIRAJUL ISLAM -
realNameHidden -
Top comments (8)
2
1
3