Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ngryman/5119621 to your computer and use it in GitHub Desktop.
Save ngryman/5119621 to your computer and use it in GitHub Desktop.
// via http://twitter.com/izs/statuses/17744109574
var foo = 1;
var bar = 2;
foo = [bar, bar = foo][0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment