Got feedback from teammates that the Generics exercise was not super clear. Changed the exercise to remove the confusing <any> from the reduce, and focused the explanation on the advantage of Generics (that you can make sure that the input types and output types are in line with each other).
Got feedback from teammates that the Generics exercise was not super clear. Changed the exercise to remove the confusing
<any>
from the reduce, and focused the explanation on the advantage of Generics (that you can make sure that the input types and output types are in line with each other).