Filtering and live reports
중급~35 분0/4 단계
Derive a report from the ledger
A report should be derived from source data every time—not maintained as a second, conflicting copy. The selected category determines a filtered view; reduce produces the KPIs; sort makes the audit table predictable.
The practice dataset is visibly labeled. Replace it with your own entries after the exercise.
안내
1
Create getVisibleTransactions using filter and selectedCategory.
힌트: Keep every item when selectedCategory is all.
2
Sort visible rows by date without changing the source array.
3
Create calculateReport(items) with reduce.
4
Listen for filter changes and render the report again.
내 코드
html
1
2
3
4
5
6
7
8
9
ViBot과 함께 바이브로 만들기무료 메시지 0 / 12개
이 단계에서 만들고 싶은 것을 설명해 주시면 코드를 작성해 드릴게요 — 그다음 적용을 클릭하면 에디터에 바로 들어갑니다. 이 단계: Create getVisibleTransactions using filter and selectedCategory.
실시간 미리보기
실시간 미리보기