Welcome to my JavaScript Learning Repository! This is where I document my daily progress as I dive deeper into JavaScript, building a solid foundation for web development.
I am learning JavaScript to strengthen my skills in backend development, and I am committed to pushing daily updates to this repository.
- I'm following the SuperSimpleDev YouTube Channel for clear, beginner-friendly tutorials that explain JavaScript concepts in a simple and effective way.
- Daily Progress: I commit new code and notes each day as I learn more.
- Code Snippets: Handy and reusable code examples.
- Mini Projects & Challenges: To test my knowledge with practical tasks.
- Learning Notes: Documenting important concepts and takeaways.
- 🔸 JavaScript Basics: Variables, Data Types, and Operators
- 🔸 Control Flow: Conditionals (if-else), Loops (for, while)
- 🔸 Functions: Declarations, Expressions, and Arrow Functions
- 🔸 Arrays & Objects: Manipulation and use-cases
- 🔸 DOM Manipulation: Interacting with HTML elements (coming soon)
- 🔸 Asynchronous JavaScript: Callbacks, Promises, Async/Await (coming soon)
- Node.js & Express.js for backend development
- API Development using REST principles
- React for frontend integration (later stage)
JavaScript is essential for both frontend and backend development. I'm starting with JavaScript for backend, but plan to explore its versatility for full-stack development.
- Master Node.js and Express.js to build robust backends.
- Work on full-stack web applications.
- Contribute to open-source JavaScript projects.
- Learn React for frontend development.
| Date | Topic or Activity |
|---|---|
| Day 1 | JavaScript Basics: Math, String |
| Day 2 | Variables and Conditional Statements |
| Day 3 | Functions and Scoping and Objects |
| Day 4 | DOM Manipulation |
| Day 5 | Basics of CSS with DOM |
| Day 6 | Array ans Looping Statements |
| Day 7 | Advanced Functions |
Feel free to follow my progress or even contribute if you're interested! Let’s learn JavaScript together. 😊
- Clone the repo
git clone https://github.com/kirtick28/Java-Script.git- Navigate to the directory
cd Java-Script
- Open the code in your favorite editor and start exploring!
Contributions, suggestions, and improvements are always welcome! Just submit an issue or a pull request, and let's collaborate to make this journey better.