Skip to content

Instantly share code, notes, and snippets.

@willread
Created October 12, 2012 00:13
Show Gist options
  • Save willread/3876557 to your computer and use it in GitHub Desktop.
Save willread/3876557 to your computer and use it in GitHub Desktop.
String representation of an array
'"' + words.join('","') + '"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment