https://github.com/vrun545/javascript-core-concepts
Core Javascript Concepts for Interview, Revisions
https://github.com/vrun545/javascript-core-concepts
javascript
Last synced: 2 months ago
JSON representation
Core Javascript Concepts for Interview, Revisions
- Host: GitHub
- URL: https://github.com/vrun545/javascript-core-concepts
- Owner: vrun545
- Created: 2023-12-27T12:50:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-05T06:12:00.000Z (over 1 year ago)
- Last Synced: 2025-01-26T06:28:07.639Z (4 months ago)
- Topics: javascript
- Language: JavaScript
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# JavaScript Concepts Repository
## Overview
This repository is a comprehensive collection of JavaScript concepts, covering both fundamental and advanced topics. Whether you're revising for an interview or aiming to strengthen your JavaScript skills, this repository has got you covered.## Table of Contents
1. [Advanced Concepts](#advanced-concepts)
- [1 Closures]
- [2 Promises]
- [3 Async/Await]
- [4 Prototypes]
- [5 Infinite Scroll]
- [6 Working of Javascript Engine + WEB API + Queues]## Introduction
JavaScript is a versatile and widely-used programming language that plays a crucial role in web development. This repository aims to provide a centralized resource for JavaScript concepts, organized for easy navigation and quick reference.## Advanced Concepts
### 1 Closures
Exploring the concept of closures and their applications in JavaScript.### 2 Promises
Understanding asynchronous programming using Promises.### 3 Async/Await
Simplifying asynchronous code with the async/await syntax.### 4 Prototypes
Delving into prototype-based inheritance in JavaScript.## Usage
Feel free to clone or download this repository and use it as a reference for your JavaScript studies. Each concept is explained with examples for better understanding.## Contributing
Contributions are welcome! If you have additional concepts, examples, or improvements, please submit a pull request.## License
This repository is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.