MCQ
What is a variable in JavaScript?
Unit-3 Programming Fundamentals
A A named storage location for a value
B A type of HTML tag
C A CSS property
D A web browser
Explanation

A variable is a named container used to store and refer to values in a program.