Skip to content

bryanorx2/javascript-intermediate-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

JavaScript Intermediate Course πŸš€

Practical exercises from the intermediate JavaScript course, following MoureDev's learning path.

πŸ‘¨β€πŸ’» Author

Bryan β€” @bryanorx2

πŸ“š Course Content

  1. Advanced Functions β€” First-class functions, Arrow functions, IIFE, Rest parameters, Spread, Closures, Recursion, Partial functions, Currying, Callbacks
  2. Advanced Data Structures β€” Advanced Arrays, Sets and Maps (functional methods, manipulation, sorting, searching, iteration, conversion)
  3. Advanced Objects & Classes β€” Prototypes, Inheritance, Static methods, Polymorphism, Mixins, Singleton, Symbol, Proxy
  4. Asynchronous JavaScript β€” Event Loop, Callbacks, Promises, Async/Await
  5. APIs β€” REST API, HTTP Methods, Fetch, Error handling, Authentication
  6. DOM β€” Selection, Manipulation, Events, Practical examples
  7. Debugging β€” Debugging tools
  8. Regex β€” Syntax and methods: test, replace, exec
  9. Testing β€” Jest

▢️ Run

node filename.js

πŸ”— Related Repository

About

Practical exercises from the intermediate JavaScript course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors