Hi! π I'm starting a focused journey to master the fundamentals of JavaScript.
I already know a little bit of JavaScript, but now I want to build a strong foundationβfrom the basics to advanced core concepts. This will help me write better code, build powerful web apps, and prepare for real-world projects and hackathons.
- β
Variables (
let
,const
,var
) - β Data Types & Type Conversion
- β Operators and Expressions
- β
Conditionals (
if
,else
,switch
) - β
Loops (
for
,while
,do...while
) - β Functions (declaration, expression, arrow)
- β Arrays & Array Methods
- β Objects & Object Methods
- β DOM Manipulation
- β Events & Event Listeners
- β ES6+ Features (Destructuring, Spread, Rest, etc.)
- β
Error Handling (
try...catch
) - β
Async JavaScript (Promises,
async/await
) - β Fetch API & APIs in general