An open API service indexing awesome lists of open source software.

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.

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).