Register the textChanged event handler to handle focus changes for the input tag. Note: The function counts the number of characters in the input. HTML <label for="studentName">Student name: </label> <input id="studentName" type="text"><br> <p id="stringLength">0</p> JavaScript let inputElement = document.getElementById("studentName"); function textChanged(event) { document.getElementById("stringLength").innerHTML = event.target.value.length; } /* Your solution goes here */
Added by Amanda M.
Close
Step 1
getElementById("studentName")`. Show more…
Show all steps
Your feedback will help us improve your experience
Ashar Tanveer and 69 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Supreeta N.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
18,000,000+
Students on Numerade
Trusted by students at 8,000+ universities
Watch the video solution with this free unlock.
EMAIL
PASSWORD