Nous traduisons encore cette leçon en Français. Vous lisez la version English pour l'instant.Aidez-nous à traduire

0%

Skip to content

Objects, arrays, and transactions

Débutant~30 min0/4 étapes

Move from single values to a ledger

An object groups the fields that belong to one transaction. An array holds many transactions. Array methods let you transform that real structure instead of copying totals by hand.

The included rows are explicitly marked as practice data. Your job is to render them and derive income, expenses, and balance from the array.

Instructions

1

Use filter to select income transactions.

Indice : Filter where item.type === 'income'.

2

Use reduce to total amountAgorot.

3

Render transaction rows with map and join.

4

Show income, expenses, and balance in #summary.

Votre code

html
8 lignes
1
2
3
4
5
6
7
8

Aperçu en direct

Aperçu en direct