Input Controls

Card Maker

Step 2: In JavaScript, make a variable for the text box, and add an input event listener to it:
textBox.addEventListener(`input`, showText)
Last step Next step