wayfair-archive / awesome-learning-exercises

Awesome Learning Exercises - the source code for the Awesome Learning platform.
https://wayfair.github.io/awesome-learning/
BSD 2-Clause "Simplified" License
15 stars 19 forks source link

Updating TypeScript Generics exercise #65

Closed alexcaulfield closed 3 years ago

alexcaulfield commented 3 years ago

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).