https://github.com/bharat40/javascript-topics
This repository is dedicated to learning and exploring various JavaScript concepts. It contains different projects and code snippets to enhance understanding and proficiency in JavaScript.
https://github.com/bharat40/javascript-topics
callback-functions dom-manipulation eventlistener promises-in-javascript
Last synced: 5 months ago
JSON representation
This repository is dedicated to learning and exploring various JavaScript concepts. It contains different projects and code snippets to enhance understanding and proficiency in JavaScript.
- Host: GitHub
- URL: https://github.com/bharat40/javascript-topics
- Owner: bharat40
- Created: 2024-11-11T17:15:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T09:16:16.000Z (12 months ago)
- Last Synced: 2025-04-04T01:16:31.943Z (10 months ago)
- Topics: callback-functions, dom-manipulation, eventlistener, promises-in-javascript
- Language: JavaScript
- Homepage:
- Size: 840 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Topics Repository
This repository is dedicated to learning and exploring various JavaScript concepts. It contains different projects and code snippets to enhance understanding and proficiency in JavaScript.
## Topics Covered
- **Basics of JavaScript**
- **Callback Functions**
- **Classes and Objects**
- **DOM Manipulation**
- **Event Listeners**
- **Projects**
- **Promises**
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/javascript-topics.git
```
2. Navigate to the project directory:
```bash
cd javascript-topics
```
3. Open the files in your preferred code editor to explore the concepts.
## Project Structure
```
javascript-topics/
├── Basics-JS/
├── Callback/
├── Classes-Objects/
├── DOM/
├── Event-Listeners/
├── Projects/
├── Promises/
├── package.json
└── README.md
```