Array methods are the Logic layer's core tools. Every backend request involves transforming data: filtering results, mapping to response formats, reducing to totals. These operations happen on nearly every request.
This week you'll learn the three essential methods: forEach, map, and filter. You'll understand when to use each one, and how they fit into the Data → Logic → Rendering model.