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

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

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)