Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 833 Bytes

File metadata and controls

30 lines (21 loc) · 833 Bytes

JavaScript Learning Journey

This repository contains my JavaScript learning journey, where I practice core concepts through simple examples and exercises.

Topics Covered

  • Variables (var, let, const)
  • Data Types
  • Operators
  • Functions
  • Arrow Functions
  • Objects
  • Arrays
  • Loops
  • Conditional Statements (if, else, switch)
  • Nested Objects and Arrays

Purpose

The goal of this repository is to build a strong foundation in JavaScript before moving on to React and React Native development. Each file contains practice code, experiments, and examples to reinforce my understanding of JavaScript concepts.

Technologies

  • JavaScript (ES6+)
  • Visual Studio Code
  • Git & GitHub

Progress

I will continue updating this repository as I learn new JavaScript concepts and complete more practice exercises.