Challenge: Get Elements Using Attributes
Explore how to manipulate DOM elements by accessing them through attributes. Learn to implement JavaScript functions that convert the first name input to uppercase without altering the last name. This lesson helps you practice DOM selection methods and string manipulation to solve common web form challenges.
We'll cover the following...
We'll cover the following...
Problem statement #
Your task is to convert the input entered for First name to Upper Case.
Note: Do not modify the input entered for the Last name. It should stay as ...