Please enable JavaScript to use CodeHS

CodeHS Glossary


Variable General

If a variable called x is set to 2:

x + 2 = 4

is the same as

2 + 2 = 4