Skip to content

Instantly share code, notes, and snippets.

@weblabtechnology
Created December 5, 2017 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weblabtechnology/241dec613b0afc8cd75a01532f3e72dc to your computer and use it in GitHub Desktop.
Save weblabtechnology/241dec613b0afc8cd75a01532f3e72dc to your computer and use it in GitHub Desktop.
[]+{};
{}+[];
[]+5;
[]*5;
[5]*5;
[5,7,21,40]+10;
[11,3,15]-10;
[1]+[2];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment