Skip to main content
Back to registry

modern-javascript-patterns

wshobson/agents

Comprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code.

Installs4
Install command
npx skills add https://github.com/wshobson/agents --skill modern-javascript-patterns
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code. Syntax and Use Cases: Lexical 'this' Binding: Object Destructuring: Array Destructuring: Spread Operator: Rest Parameters: Creating and Using Promises: Promise Combinators: Basic Usage: Advanced Patterns: Map, Filter, Reduce: Advanced Array Methods: Functions as Arguments: Functions Returning Functions: - Refactoring legacy JavaScript to modern syntax - Implementing functional programming patterns - Optimizing JavaScript performance - Writing maintainable and readable code - Working with asynchronous operations - Building modern web applications - Migrating from callbacks to Promises/async-await - Implementing data transformation pipelines - Use const by default : Only use let when reassignment is needed - Prefer arrow functions : Especially for callbacks - Use template literals : Instead of string concatenation - Destructure objects and arrays : For cleaner code - Use async/await : Instead of Promise chains - Avoid mutating data : Use spread operator and array methods - Use optional chaining : Prevent "Cannot read property of undefined" - Use nullish coalescing : For default values - Prefer array methods : Over traditional loops - Use modules : For better code organization - Write pure functions : Easier...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does modern-javascript-patterns do?

Comprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code.

Is modern-javascript-patterns good?

modern-javascript-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does modern-javascript-patterns work with?

modern-javascript-patterns currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to modern-javascript-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install modern-javascript-patterns?

npx skills add https://github.com/wshobson/agents --skill modern-javascript-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering