Skip to content

Instantly share code, notes, and snippets.

@stoimen
Created February 13, 2018 08:13
Show Gist options
  • Save stoimen/e81f9fd9f16ccaddbade7b0bf826c379 to your computer and use it in GitHub Desktop.
Save stoimen/e81f9fd9f16ccaddbade7b0bf826c379 to your computer and use it in GitHub Desktop.
es6 swap variables
[a, b] = [b, a]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment