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