Stop Turning Everything Into Arrays (and Do Less Work Instead) Jan 12, 2026 70 javascript , methods Why Object of Arrays (SoA Pattern) Beat Interleaved Arrays: A JavaScript Performance Rabbit Hole Dec 23, 2025 69 javascript , performance TypeScript Strictness Is Non-Monotonic: Strict-Null-Checks and No-Implicit-Any Interact (huo )Dec 3, 2025 68 typescript How to Group Arrays in JavaScript Without “reduce()” Oct 6, 2025 67 how-tos , javascript Stop Using “.reverse().find()”: Meet “findLast()” Sep 22, 2025 66 javascript , methods Finally, Safe Array Methods in JavaScript Sep 8, 2025 65 javascript , methods Learning Web Development: JSON and Processing Files in Node.js (rau )Aug 31, 2025 64 javascript , json , nodejs , objects Learning Web Development: Arrays in JavaScript (rau )Aug 18, 2025 63 javascript Modern Async Iteration in JavaScript With “Array.fromAsync()” Jul 14, 2025 62 javascript , asynchronicity I Copy These 10 Code Snippets Into Every Project Jun 3, 2025 61 javascript , debouncing , json , objects TC39 Advances “Array.fromAsync”, “Error.isError”, and Explicit Resource Management to Stage 4 (sar /soc )Jun 2, 2025 60 ecmascript , errors How JavaScript’s “at()” Method Makes Array Indexing Easier May 19, 2025 59 javascript The Power of the Spread and Rest Syntax in JavaScript May 5, 2025 58 javascript When to Use “map()” vs. “forEach()” Apr 21, 2025 57 javascript , comparisons Float16Array in JavaScript (tre )Apr 14, 2025 56 javascript Some Features That Every JavaScript Developer Should Know in 2025 Apr 6, 2025 55 javascript , promises , prototypes , variables TC39 Advances 3 Proposals to Stage 4: RegExp Escaping, Float16Array, and Redeclarable Global Eval Vars (sar /soc )Feb 20, 2025 54 standards , ecmascript , javascript , regex , escaping , math Using “at()” Method in JavaScript to Get the Last Item From an Array (ama )Feb 5, 2025 53 javascript Computing With Tuples in TypeScript (rau )Jan 29, 2025 52 typescript How Data Structures Organize the Chaos of Modern Apps (yan /cod )Jan 29, 2025 51 overviews , data-structures , caching Quick Tip: Using “flatMap()” to Extract Data From a Huge Set Without Any Loop (cod )Sep 6, 2024 50 javascript , tips-and-tricks JavaScript/Python Array Quick Reference (8ho )Sep 5, 2024 49 javascript , python , overviews The Easy Way to Access the Last JavaScript Array Element Mar 29, 2024 48 javascript Finally Understanding How “Array.sort(comparator)” Works (jam )Mar 28, 2024 47 javascript Be Aware of Arrays—V8 Engine Advice Feb 13, 2024 46 javascript , javascript-engines , v8 Immutable Array Updates With “Array.prototype.with” (jad /dev )Feb 6, 2024 45 javascript , prototypes , browsers , support JavaScript Array “sort()” vs. “toSorted()” (New in ES 2023) Jan 17, 2024 44 videos , javascript , sorting , comparisons New JS Array Methods (cfe /5t3 )Dec 18, 2023 43 javascript , methods Arrays—Implementation in JavaScript Oct 26, 2023 42 javascript All the Ways to Turn an Array Into an Object in JavaScript (ami )Oct 1, 2023 41 javascript , objects JavaScript Is Getting Array Grouping Methods (phi )Sep 14, 2023 40 javascript , methods The “Array.prototype.every()” Method Always Returns “true” for an Empty Array (cfe )Sep 7, 2023 39 javascript , prototypes How to Define an Array of Colors With CSS (css /sma )Jul 28, 2023 38 how-tos , css , colors Combining Data With Multiple Fetch Requests (ste )Jul 25, 2023 37 javascript , data-fetching Arrays and Tuples in TypeScript (fro )Jul 12, 2023 36 typescript Getting an Item an Array With a Negative Index With Modern JavaScript (cfe )May 16, 2023 35 javascript ES2023 Introduces New Array Copying Methods to JavaScript (phi )May 10, 2023 34 javascript , ecmascript , standards How to Deep Merge Arrays and Objects With JavaScript (cfe )Apr 27, 2023 33 how-tos , javascript , objects Using PHP Arrays: A Guide for Beginners Mar 29, 2023 32 guides , php JavaScript for Beginners: Data Structures Mar 15, 2023 31 javascript , data-structures , objects How to Get the Last Matching Item in an Array With Vanilla JavaScript (cfe )Feb 2, 2023 30 how-tos , javascript Four Ways to Chop Up Arrays (with Vanilla JavaScript) (cfe )Jan 13, 2023 29 javascript Cloning Arrays and Objects in Vanilla JavaScript (cfe )Jan 3, 2023 28 javascript , objects Processing Arrays Non-Destructively: “for-of” vs. “.reduce()” vs. “.flatMap()” (rau )May 26, 2022 27 javascript , comparisons Reduce Array of Objects to an Object in JavaScript (ami )May 17, 2022 26 javascript , objects Unpack Arrays Conditionally in PHP (ami )May 16, 2022 25 php Performance Tests on Common JavaScript Array Methods (hac )Mar 19, 2022 24 performance , testing , javascript Two Ways to Clear an Array With Vanilla JavaScript (cfe )Jan 7, 2022 23 javascript How Do Arrays Work? (nan )Nov 13, 2021 22 programming Sorting JavaScript Arrays by Nested Properties Sep 30, 2021 21 javascript , sorting How to Convert Arrays to Human-Readable Lists in JavaScript (ami )Jul 11, 2021 20 how-tos , javascript , conversion Manipulating Arrays and Objects in JavaScript May 9, 2020 19 videos , javascript , objects How to Remove an Array Element by Index in JavaScript Nov 18, 2019 18 how-tos , javascript A Re-Introduction to Destructuring Assignment (sma )Sep 12, 2019 17 introductions , javascript Array Destructuring in PHP (bre )Apr 1, 2019 16 php Different Result From “Array.sort()”? Dec 15, 2018 15 javascript , chrome , google , safari , apple , browsers Array Operators in PHP: Interesting but Less Spoken Jun 28, 2013 14 php , operators jQuery Output Array in Random Order Dec 4, 2011 13 jquery , randomness Array Handling Functions Oct 10, 2011 12 php , functions Introduction to PHP Arrays Sep 19, 2011 11 introductions , php How Internet Explorer 8 Document Mode Affects JavaScript (nza )Feb 2, 2010 10 internet-explorer , microsoft , browsers , javascript , json , dom “isArray”: Why Is It So Bloody Hard to Get Right? (dal /aja )Jan 12, 2009 9 javascript The Miller Device Oct 9, 2008 8 javascript , objects A Collection Is Not an Array (sib )Mar 19, 2008 7 javascript , comparisons Securing Your JSON Mar 13, 2007 6 security , json , javascript JavaScript “Associative Arrays” Considered Harmful (sav )May 18, 2006 5 javascript Mozilla’s New Array Methods (nza )Jun 22, 2005 4 javascript , methods , firefox , mozilla , browsers Is Configuration With Arrays a Bad Smell? Feb 20, 2004 3 configuration , php Array Transformer 2 tools , exploration , optimization Array Converter 1 tools , exploration , conversion