Quick recall mode

Keywords first, details second.

Use this mode when you want memory triggers only: title, summary, tags, and bullet anchors without long answers getting in the way.

Clear

Results update as you type. Press / to jump straight into search.

Quick recall

374 cards

JavaScript Easy Theory

JavaScript best practices: readable code, const by default, avoiding globals, preferring ===, immutable patterns, proper error handling, modular code, and meaningful naming

Strong JavaScript code emphasizes readability, safe defaults, modular design, clear errors, and predictable state changes.

  • Prefer `const` unless reassignment is needed
  • Avoid accidental globals and hidden mutation
  • Good names and modules reduce cognitive load