Posts
All the articles I've posted.
&& and || aren't just for booleans
Posted on:April 28, 2023 at 03:16 AM in US/Central5 min readA lot of people think that && (and) and || (or) are just logical operators on booleans, but they're more than that in some languages.
How I Earned $40k from Amazon as a High School Senior
Posted on:April 21, 2023 at 03:16 AM in US/Central7 min readI earned $40k from Amazon as a high school senior. Here's how I did it.
JavaScript will soon be more functional (change-array-by-copy)
Posted on:April 15, 2023 at 01:36 AM in US/Central6 min readAn explanation of a proposal that adds new methods to the Array prototype that return a mutated copy of the array instead of mutating the array in place.