Hacker News new | ask | show | jobs
by AfterAnimator 691 days ago
For this case, I've switched to using `foo.at(3)` now instead, as it returns `T | undefined`, so you have to handle the undefined case.