Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

I've completed intermediate concepts on javaScript

🌟Learned Concepts:

  • Classes: Object-oriented programming concepts for better structure and reusability.
  • Modules: Organizing code into reusable pieces.
  • Promises: Handling asynchronous operations with cleaner, more readable syntax.
  • Async-Await: Writing asynchronous code that feels synchronous.
  • Requests: Interacting with APIs and managing HTTP requests.
  • Error Handling: Building robust applications by managing and recovering from errors.