11.
Which option represents camel case?
12.
Why is camel case preferred in JavaScript for variable names?
13.
Which of the following is NOT written in camel case?
14.
What is the camel case equivalent of "total cost"?
15.
How would you convert "main page title" to camel case?
16.
What does the following variable name represent in camel case: "userAccountStatus"?
17.
Which of the following is an example of an incorrectly formatted camel case variable?
18.
In JavaScript, camel case is primarily used for naming:
19.
Which statement about camel case is true?
20.
How is the following string "my javascript function" correctly written in camel case?