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

https://github.com/sudipstha08/javascript

Javascript :fire:
https://github.com/sudipstha08/javascript

intersection-observer javascript

Last synced: about 1 year ago
JSON representation

Javascript :fire:

Awesome Lists containing this project

README

          

# Javascript :books:
- `JavaScript` (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.
- `JavaScript` is a prototype-based, multi-paradigm, single-threaded, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.

## ES6 Features
- let and const Keywords
- Arrow Functions
- Multi-line Strings
- Default Parameters
- Template Literals
- Destructuring Assignment
- Enhanced Object Literals
- Promises
- Classes
- Modules

## Reading List
- https://developer.mozilla.org/en-US/docs/Web/JavaScript
- https://javascript.info/
- https://www.freecodecamp.org/news/regular-vs-arrow-functions-javascript
- https://www.w3schools.com/js/default.asp
- https://devdocs.io/javascript/

## JS Challenges
- https://www.jschallenger.com/
- https://edabit.com/challenges/javascript
- https://codedamn.com/
- https://www.codecademy.com/resources/blog/10-javascript-code-challenges-for-beginners/
- https://www.w3resource.com/javascript-exercises/

rerendering
remounting