Skip to content

Instantly share code, notes, and snippets.

@UltCombo
Created April 10, 2013 23:44
Show Gist options
  • Save UltCombo/5359424 to your computer and use it in GitHub Desktop.
Save UltCombo/5359424 to your computer and use it in GitHub Desktop.
>>> [1, 2].toString()
<<< "1,2"
>>> [1, 2] == '1,2'
<<< true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment