#arrays
Web Development
Filtering JavaScript Arrays Without Losing the Thread
How JavaScript array filtering works, when to use filter, how it differs from map, and how to keep conditions readable with examples.
Web DevelopmentSorting Arrays in JavaScript: A Careful Mental Model
How JavaScript array sorting works, why compare functions matter, and how to avoid string-order surprises and mutation bugs.