Objects, arrays, and transactions
शुरुआती~30 मिनट0/4 चरण
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.
निर्देश
1
Use filter to select income transactions.
संकेत: 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.
आपका कोड
html
1
2
3
4
5
6
7
8
ViBot के साथ वाइब करें0 / 12 मुफ़्त मैसेज
इस स्टेप के लिए आप जो बनाना चाहते हैं उसे बताएं और मैं कोड लिख दूंगा — फिर इसे अपने एडिटर में डालने के लिए Apply पर क्लिक करें। यह स्टेप: Use filter to select income transactions.
Live Preview
Live Preview