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
shrey vijayvargiya -
NJ -
Sathish Kumar N -
Dawson Codes -
Once suspended, zsumndd will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, zsumndd will be able to comment and publish posts again.
Once unpublished, all posts by zsumndd will become hidden and only accessible to themselves.
If zsumndd is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to zSum.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag zsumndd:
Unflagging zsumndd will restore default visibility to their posts.
Top comments (8)
2
1
3