Skip to content

Instantly share code, notes, and snippets.

@fbn4sc
Created January 23, 2018 17:36
Show Gist options
  • Save fbn4sc/7cea91de17cd279394feff71f42df134 to your computer and use it in GitHub Desktop.
Save fbn4sc/7cea91de17cd279394feff71f42df134 to your computer and use it in GitHub Desktop.
An example of the split method.
const arr = ('1,2,3').split(',')
//arr equals [ 1, 2, 3 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment