Skip to content

Instantly share code, notes, and snippets.

@oleersoy
Created February 22, 2019 22:57
Show Gist options
  • Select an option

  • Save oleersoy/772a6cb98742e4f7793a805647b108e0 to your computer and use it in GitHub Desktop.

Select an option

Save oleersoy/772a6cb98742e4f7793a805647b108e0 to your computer and use it in GitHub Desktop.
let list = "none, inherit, circle, disc, decimal, lower-alpha, lower-latin, lower-greek, lower-roman, upper-alpha, upper-latin, upper-greek, upper-roman";
let a = list.split(',').map(s=>s.trim());
console.log(a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment