Home
Search
Create
Library
Topics
Student
Teacher
Admin
Map
Sign in for more features
YourStory
Home
Search
Create
Library
Topics
Student
Teacher
Sign in
Feedback
Contact Us!
Assessment
What is a variable in programming?
A storage location with a name that can hold a value.
A function that performs a task.
A type of error in code.
A fixed value that never changes.
Which of the following is a valid variable name in most programming languages?
myVariable1
1stVariable
my-variable
my variable
What keyword is commonly used to declare a variable in JavaScript?
let
var
const
All of the above
Submit