project · Level 2 · 45 min
Design and implement a small REST API with full CRUD for a single resource (e.g. "Tasks" or "Notes"). Use in-memory storage; no database required.
JavaScript/TypeScript. In-memory store (object or Map). Return JSON.
Working API code (or pseudocode) and a brief explanation of your design choices.