Repository for studying and practicing the fundamentals of JavaScript.
The goal is to consolidate essential language concepts through structured practice and examples.
- Variables (
var
,let
,const
) - Primitive data types
- Operators (arithmetic, logical, relational, ternary)
- Control structures (conditionals and loops)
- Functions (declaration, expression, arrow functions)
- Objects and arrays
- String and number manipulation
- Basic DOM manipulation
- Events
- Introduction to higher-order functions
- Callbacks, Promises, and async/await (basic)
- Clean code and best practices
javascript-fundamentals/
βββ 01-variables/ # Data-types, objects and manipulation of arrays
βββ 02-functions/ # More to be added.
βββ README.md