https://github.com/aaditya29/javascript-tutorials
Javascript Basics and Intermediate Projects With Concepts
https://github.com/aaditya29/javascript-tutorials
backend dom freecodecamp javascript js
Last synced: about 1 year ago
JSON representation
Javascript Basics and Intermediate Projects With Concepts
- Host: GitHub
- URL: https://github.com/aaditya29/javascript-tutorials
- Owner: aaditya29
- Created: 2022-03-25T05:35:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T07:45:27.000Z (about 4 years ago)
- Last Synced: 2025-02-07T08:34:32.697Z (over 1 year ago)
- Topics: backend, dom, freecodecamp, javascript, js
- Language: JavaScript
- Homepage:
- Size: 12.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About This Repository
## Motivation
> Learning basics and intermediate level of JavaScript.
>
> Preparing projects for the application of the knowledge.
JavaScript, often abbreviated JS, is a programming language that is one of the core technologies of the World Wide Web
alongside HTML and CSS. Over 97% of websites use JavaScript on the client side for web page behavior, often incorporating third-party libraries.
Codes And Learning of JavaScript are included in this repository from various resources like the documentation, freecodecamp,
medium etc.
## Table Of Contents
- [Passenger Counter Application](https://github.com/aaditya29/JavaScript-Tutorials/tree/master/1.%20Passenger%20Counter%20Application)
* [Blackjack Game](https://github.com/aaditya29/JavaScript-Tutorials/tree/master/2.%20Blackjack%20Game)
* [Google Chrome Extension](https://github.com/aaditya29/JavaScript-Tutorials/tree/master/3.%20Google%20Chrome%20Extension)
* [Assignments of FreeCodeCamp](https://github.com/aaditya29/JavaScript-Tutorials/tree/master/Assignments)
* [DOM In JavaScript](https://github.com/aaditya29/JavaScript-Tutorials/tree/master/4.%20DOM%20In%20JavaScript)
* [OOP In JavaScript](https://github.com/aaditya29/JavaScript-Tutorials/tree/master/5.%20OOP%20In%20JavaScript)
* [Asynchronous JavaScript](https://github.com/aaditya29/JavaScript-Tutorials/tree/master/6.%20Asynchronus%20JavaScript)