Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Mastery

Learn JavaScript by topic with concise notes and runnable examples.

Stars Issues PRs License Node

Contents

Getting Started

Prerequisites:

  • Node.js 18+ (recommended)

Clone:

git clone https://github.com/ReactSphere/javascript-mastery.git
cd javascript-mastery

Learning Path

Start at docs/00-index.md (full topic checklist), then follow this order:

  • docs/01-arrays.md
  • docs/02-functions.md
  • docs/03-objects-and-advanced.md
  • docs/04-core-concepts.md
  • docs/05-execution-and-behavior.md
  • docs/06-error-handling-and-memory.md
  • docs/07-oop-and-performance.md
  • docs/08-advanced-functions.md
  • docs/09-async-javascript.md

Run The Examples

Examples live in examples/.

npm run examples:arrays
npm run examples:functions
npm run examples:async

Contributing

Contributions are welcome.

License

MIT. See LICENSE.