https://github.com/saurabhkumardev/javascript
I successfully completed the contents of this repository within a month of dedicated learning.
https://github.com/saurabhkumardev/javascript
hiteshchoudhary javascript youtube-video
Last synced: 5 months ago
JSON representation
I successfully completed the contents of this repository within a month of dedicated learning.
- Host: GitHub
- URL: https://github.com/saurabhkumardev/javascript
- Owner: SaurabhKumarDev
- Created: 2023-07-08T15:20:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T16:11:48.000Z (over 1 year ago)
- Last Synced: 2025-01-15T00:27:35.152Z (12 months ago)
- Topics: hiteshchoudhary, javascript, youtube-video
- Language: JavaScript
- Homepage: https://saurabhkumardev.github.io/javaScript/Project/
- Size: 25.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic JavaScript
This repository contains the fundamentals of JavaScript that I've learned, primarily through the excellent tutorials by Hitesh Choudhary. It's a great resource for beginners looking to grasp the essentials of JavaScript and build a strong foundation.
## What's Inside?
- **Introduction to JavaScript**: A comprehensive introduction to the JavaScript language.
- **Variables and Data Types**: Understanding how to declare variables and work with different data types.
- **Control Structures**: Learning about loops, conditions, and control flow in JavaScript.
- **Functions**: Exploring the concept of functions and how to define and call them.
- **DOM Manipulation**: Getting started with manipulating the Document Object Model.
- **Events**: Handling events and user interactions with JavaScript.
- **Arrays and Objects**: Working with complex data structures.
- **Asynchronous JavaScript**: An introduction to promises and asynchronous programming.
## Learning Resources
I owe a huge thanks to Hitesh Choudhary for his fantastic video tutorials and guidance. If you're interested in learning JavaScript, I highly recommend checking out his content on (https://www.youtube.com/watch?v=_TjtAyMkiTI&t=32570s).