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