brian.staruk.net

Toggle Light/Dark Mode

Digital notebook and hobby site of a software engineer from Boston.

Recent Notes

Creating an Array from 1 to N

A little TypeScript function which creates a new array of numbers from 1 to N. Handy for creating iterable maps based on non-iterable conditions.

Posted on

|

Tags: