I was surprised to see multiple solutions that tries to work with a COLORS array with colors capitalized in the Resistor Color exercise.
Finally, one student tell me that this comes from the instructions where color names where indeed capitalized in the paragraph starting with: "These colors are encoded as follows:"...
Can we change those instructions to have colors all lowercased as in the test suite?
I was surprised to see multiple solutions that tries to work with a
COLORSarray with colors capitalized in the Resistor Color exercise.Finally, one student tell me that this comes from the instructions where color names where indeed capitalized in the paragraph starting with: "These colors are encoded as follows:"...
Can we change those instructions to have colors all lowercased as in the test suite?