Skip to main content

Variable

A named container that holds a value in a program.

In programming languages like JavaScript, a variable stores data you can read and update. HTML itself does not use variables — that belongs to scripting languages.

Related guides

Related terms