Question
What is a variable in JavaScript?
Question 1 options:
A box that holds a name
A keyword
A fixed value
A box that can hold a value
Question 1 options:
A box that holds a name
A keyword
A fixed value
A box that can hold a value
Answers
GPT-4o mini
The correct answer is:
**A box that can hold a value**
In JavaScript, a variable is a named storage that can contain a value, which can be changed during the execution of a program.
**A box that can hold a value**
In JavaScript, a variable is a named storage that can contain a value, which can be changed during the execution of a program.