Skip to content

Instantly share code, notes, and snippets.

@saltukalakus
Created August 7, 2016 10:33
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 saltukalakus/1ef441de7b6d0486fe279d6032ee45c0 to your computer and use it in GitHub Desktop.
Save saltukalakus/1ef441de7b6d0486fe279d6032ee45c0 to your computer and use it in GitHub Desktop.
js, convert array to string with space
var arr = [1,2,3,4];
var res= arr.join(' ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment