Convert javascript comma separated string into an array


/ Published in: JavaScript
Save to your folder(s)

Convert javascript comma separated string into an array


Copy this code and paste it in your HTML
  1. var array = string.split(',');

Report this snippet


Comments


You need to login to view comments.