Welcome to our GDG learning repository! This is a collaborative space where we share assignments, study materials, and resources to help juniors master WEB.
-
Clone the repository -fork the repo
git clone <repository-url> cd repo-name
-
Navigate to your Assignment
- Write your ans in the code(comment it)
-
Submit your work
- Create a new branch with your name
- commit with your rollno and assignment name
- Submit a pull request for review(add your rollno)
We recommend following this sequence:
- Basics β Variables, Data Types, Operators, Control Flow
- Functions β Function declarations, expressions, arrow functions
- Objects & Arrays β Working with complex data structures
- DOM Manipulation β Interacting with web pages
- ES6+ Features β Modern JavaScript syntax
- Async JavaScript β Promises, async/await, API calls
- Projects β Apply everything you've learned
- Practice daily: Consistency is key
- Build projects: Apply what you learn
- Read others' code: Learn different approaches
- Don't copy-paste: Type everything yourself
- Debug actively: Use console.log and browser DevTools
- Join discussions: Participate in code reviews