Skip to content

snt94/javascript-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

JavaScript Fundamentals

Repository for studying and practicing the fundamentals of JavaScript.
The goal is to consolidate essential language concepts through structured practice and examples.


πŸ“š Topics Covered

  • 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

Structure

javascript-fundamentals/
β”œβ”€β”€ 01-variables/                   # Data-types, objects and manipulation of arrays
β”œβ”€β”€ 02-functions/                   # More to be added.
└── README.md

Releases

No releases published

Packages

No packages published