Friday , September 20 2024

We need to come up with a name for a variable where we will store the age of a user. All of the following variable names are formally correct, but one of them is the most readable, indicate which one:

Questions BankCategory: JavaScript Essentials 1We need to come up with a name for a variable where we will store the age of a user. All of the following variable names are formally correct, but one of them is the most readable, indicate which one:
We need to come up with a name for a variable where we will store the age of a user. All of the following variable names are formally correct, but one of them is the most readable, indicate which one:

  • ua
  • userAge
  • user
  • age

More Questions: JavaScript Essentials 1 – JSE1: Module 2 Test