Skip to content

rafaelsampa/javascript-study-journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript Study Journey

A structured repository to document my learning progress in JavaScript — from fundamentals to advanced concepts.


📚 About

This repository contains exercises, notes, and small projects organized into modules. The goal is to build a solid understanding of JavaScript through consistent practice of its fundamentals and advanced concepts.


📂 Project Structure

javascript-study-journey/
│
├── fundamentals/
│   ├── part_1_environment/
│   ├── part_2_variables/
│   ├── part_3_data-structures/
│   ├── part_4_functions/
│   └── part_5_javaES6/
│
├── advanced/
│   └── (in progress)
│
├── projects/
│   └── (coming soon)
│
├── README.md
└── LICENSE

🧠 Topics Covered

📌 Fundamentals

  • Environment setup

  • Variables and basic operations

  • Data structures

  • Functions, callbacks, and global object

  • ES6+ features:

    • Arrow functions
    • Destructuring
    • Rest & Spread

🚀 Advanced (In Progress)

  • More complex JavaScript concepts will be added here

🛠️ Projects (Coming Soon)

  • Practical applications using the concepts learned

🎯 Goals

  • Strengthen JavaScript fundamentals
  • Improve problem-solving skills
  • Build a solid foundation for real-world development
  • Prepare for advanced topics and frameworks

📈 Progress

  • Fundamentals (in progress)
  • Advanced
  • Projects

⚙️ Technologies

  • JavaScript (ES6+)
  • Node.js (optional)
  • Browser APIs

📌 Status

🚧 This repository is actively being updated as I continue learning.


🤝 Contributions

This is a personal learning project, but suggestions and feedback are always welcome.

About

Javascript Learning Journey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors