In lesson 10, while walking students through defining the update score function, the student instructions say to use p1Score = p1Score + amt.
However, the teacher directions and the Practice Response (puzzle 25) use the code p1Score += amt
This was a bit confusing to the students who were paying close attention.
Either I missed it, or we didn’t talk about how the two codes “logic” are interchangeable.
If I missed this somewhere in Unit 5 and you remember where it is, please let me know.