Javascript Form Validation: Using javascript code
Validate that the user age field is between 18 and 100. If valid, set the background of the field to LightGreen and assign true to userNameValid. Otherwise, set the background to Orange and userNameValid to false.