Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | 189% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 37% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 37% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 74% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 29% | 0% |
Comprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code.
Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.
'use strict' for better error catchingFor common pitfalls (this binding, promise anti-patterns, memory leaks), see references/advanced-patterns.md.
Other measured skills in the registry, with their headline benchmark lift.