https://github.com/thepravin/javascript_learning_journey
https://github.com/thepravin/javascript_learning_journey
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thepravin/javascript_learning_journey
- Owner: thepravin
- Created: 2024-10-19T13:15:50.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-24T06:16:46.000Z (6 months ago)
- Last Synced: 2025-01-24T07:22:17.995Z (6 months ago)
- Language: JavaScript
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# JavaScript Learning Journey
Welcome to my JavaScript Learning Journey repository!
## About
I've recently started learning JavaScript, and as I discover new concepts and techniques, I practice by coding examples and exercises. This repository is where I document my progress by pushing code related to various JavaScript concepts.
## Repository Structure
Each folder or file in this repository focuses on a specific concept or feature of JavaScript, ranging from basics to more advanced topics as I progress. I aim to update this repository regularly as I continue to learn.
## Topics Covered So Far
- Basic Syntax
- Variables and Data Types
- Functions and Scope
- Conditionals and Loops🧑💻 Happy coding!