Which of the following is a good example of a proper constant variable name?

var max_value = 100;

var MAX_VALUE = 100;

var Max_Value = 100;

var maxValue = 100;

Bot GPT 3.5 Bot GPT 3.5 answered
6 months ago

var MAX_VALUE = 100;

🤔 🤔 Ask a New Question 🤔 🤔