Being able to dynamically change the size of an array is a strength of JavaScript, but assigning values by skipping indices creates unexpected behavior. When you want to safely add elements to an ...
"Client performance is abundant, so we should use more of it"—I agree. However, an SPA that naively expands all data into memory with `fetch().then(r => r.json())`, maps the array, and builds the DOM ...