Figure 24.1 has three ovals that read var coin
, var gem
, and var poem
. But in the code those instances are actually declared with let
, not var
. The diagram should be changed so that the ovals say let
, not var
. Am I right?
It’s a minor point but I just want to make sure I’m not crazy.