Advertisement
Vocabulary Entry
var
|noun • verb
Advertisement
N
noun
A term commonly used in programming that refers to a variable, which is a storage location paired with an associated symbolic name.
Example Sentences
"In Python, you can declare a var using the assignment operator."
"The var holds the value of the user's input."
"Each var in JavaScript can store different types of data."
V
verb
To declare or assign a variable in programming languages.
Example Sentences
"You can var a new integer in Java."
"Developers often var a list to track changes."
"Make sure you var your variables at the beginning of your script."