The most common mistake beginners make when coding is confusing = with ==. = is an assignment statement, used to store a number into a variable. == is a testing statement, used to evaluate equality.