Tag:code
All the articles with the tag "code".
&& 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.
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.