variable
variable — A named container that holds a piece of data your code is working with.
Variables are how code remembers things — a user's name, a total, whether someone is logged in. Most bugs and most errors you'll see involve variables that are missing, wrong, or the wrong type.
"What's that variable set to?" "Undefined variable."