After creating and naming a variable, we use the = sign to store a value inside it. Like var city = "Chicago".

Using the equal sign, =, we can give the variable named city the value "Chicago".