Skip to content

Instantly share code, notes, and snippets.

@forcewake
Created February 20, 2013 07:50
Show Gist options
  • Save forcewake/4993749 to your computer and use it in GitHub Desktop.
Save forcewake/4993749 to your computer and use it in GitHub Desktop.
Что в итоге? :)
var a = 1, b = 4, c = 2;
c+=a++ + +b.toString() + ++a;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment