Skip to content

Commit 3a1b85e

Browse files
davidagustinclaude
andcommitted
docs: update README training description after audit
Remove mention of invocation lines (removed in earlier commit) and note that problem descriptions have been audited for accuracy. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 08f5d26 commit 3a1b85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Language cheatsheets: syntax, data structures, common patterns, and best practic
101101

102102
Framework-specific training for **React**, **Angular**, **Vue**, and **Native JavaScript**. A persistent navigation bar (breadcrumbs + mode tabs) appears on all framework pages for easy switching between modes. Each framework offers four modes:
103103

104-
- **Training** — 460 framework-specific problems, each with hints, a real-world context example, and **auto-generated starter code** (function signatures, invocation lines, and hint comments are scaffolded from the sample solution so users start with structure instead of a blank editor).
104+
- **Training** — 460 framework-specific problems, each with hints, a real-world context example, and **auto-generated starter code** (function signatures and hint comments are scaffolded from the sample solution so users start with structure instead of a blank editor). All problem descriptions have been audited to accurately describe what the user should do, and the validator always wraps return expressions in parentheses to handle object literals safely.
105105
- **Drill Mode** — Write code solutions to framework-specific challenges in a Monaco Editor.
106106
- **Quiz Mode** — Multiple-choice questions testing framework concepts and API knowledge.
107107
- **UI Patterns** — Catalog of 616+ UI patterns (forms, navigation, interactive elements, data display, advanced features, reusable components) with descriptions, difficulty ratings, key concepts, starter code, and behavioral test suites. Each pattern detail page features:

0 commit comments

Comments
 (0)