reading
A shopping cart with a checkout step
typescript · beginner · 5 files · the brief is in the README
# A shopping cart with a checkout step
Explain this codebase to a teammate who has to modify it tomorrow. Say what each file is for, and be exact about what `cart.list()` shows on a second `Cart` after an item is added to a first `Cart` that was also constructed with no arguments.
— typescript · beginner · 5 files · graded against a hidden rubric
your reading
Explain what this does. The more precisely you cover what actually happens, the higher the score. Vague credit is not given.
0 characters · 120 minimum
No daily cap on grading for your plan.
5 files still unopened: src/types.ts, src/pricing.ts, src/cart.ts, src/checkout.ts, src/index.ts