11.
Which of the following is a valid JavaScript function name?
12.
What is the purpose of following naming conventions for identifiers?
13.
Which type of case conversion is commonly used for naming variables in JavaScript?
14.
What is the significance of using meaningful names for identifiers?
15.
Which naming convention separates words with underscores?
16.
What is the role of reserved keywords in JavaScript identifiers?
17.
Which of the following file extensions is commonly used for JavaScript files?
18.
Which of the following is not a valid JavaScript identifier?
19.
What is the correct way to represent the identifier 'improveCode' using camelCase?
20.
What is the correct spelling for the naming convention starting with uppercase for each word?