Input Controls

Card Maker

Step 3: In JavaScript, make a function to show the card text:
function showText() {
  card.innerHTML = textBox.value
}
Last step Next step