Build an "Emoji Generator" application.
The user enters a number from 1 to 15 and picks an emoji type via a <select>.
After clicking the button:
for loop to display the chosen number of selected emojiif to validate the rangeswitch or if to pick the emojiif to check that the number is between 1 and 15<p class="error">Please enter a number from 1 to 15</p>
for loop from 1 to the entered number+=div class="emoji-row"
<div class="emoji-row">
😎😎😎😎😎😎😎
</div>
📌 Important:
for loop controls only the quantity of emojiselect controls only the typeif