Skip to content

Instantly share code, notes, and snippets.

@kanolato
Created February 27, 2018 22:30
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 kanolato/8eef21ef391767e412f319f85503950d to your computer and use it in GitHub Desktop.
Save kanolato/8eef21ef391767e412f319f85503950d to your computer and use it in GitHub Desktop.
Loop from number and create elemets
{[...Array(10)].map((x, i) =>
<option value="0">Please select</option>
)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment