Exercise #131: Infinite Scroll
TypeScript Generics ยท 06-challenges
Goal

Goal: Make `makeInfiniteScroll` generic so `key` is constrained to row keys and rows are typed throughout.

Run "Check Solution" to validate your code in the browser.