Week 1

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.

Contents

Learning Goals

By the end of this session, you will be able to:

After this session you will understand code like this

Last updated