There’s lots of algebra in programming. One difference between the algebra you learned in high school and the math we do in Javascript is that = is an assignment operator and not equality (== is equality). The single = sign simply sets a value to a variable. There is also the triple equals in Javascript… “===”…