Skip to content

Repository files navigation

JavaScript Learning

This repository contains JavaScript programs, practice exercises, examples, and small projects created while learning and exploring JavaScript.

The repository is intended as a collection of code snippets and implementations covering various JavaScript concepts, from fundamentals to more advanced topics.

Topics

The repository may include examples related to:

  • Variables and Data Types
  • Operators
  • Conditional Statements
  • Loops
  • Functions
  • Arrays
  • Objects
  • Strings
  • DOM Manipulation
  • Events
  • ES6 Features
  • Classes and OOP
  • Error Handling
  • Asynchronous JavaScript
  • Data Structures and Algorithms
  • Small Projects and Practice Programs

Running the Code

Using Node.js

node filename.js

Using a Browser

For programs involving HTML, CSS, or DOM manipulation:

  1. Open the corresponding HTML file in a browser.
  2. Open Developer Tools (F12) to view console output if needed.

Purpose

This repository is maintained as a learning resource and practice collection. New examples, exercises, and projects may be added over time as additional JavaScript concepts are explored.

Requirements

  • JavaScript (ES6+)
  • Node.js (optional)
  • A modern web browser

About

Collection of codes while learning JavaScript

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages