Skip to content

Instantly share code, notes, and snippets.

@yeco
Created February 19, 2010 06:18
Show Gist options
  • Select an option

  • Save yeco/308488 to your computer and use it in GitHub Desktop.

Select an option

Save yeco/308488 to your computer and use it in GitHub Desktop.
"3" + 1 // '31'
"3" - 1 // 2
"222" - -"111" // "333" (⊙﹏⊙)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment