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:
- Host: GitHub
- URL: https://github.com/sudipstha08/javascript
- Owner: sudipstha08
- License: apache-2.0
- Created: 2021-11-17T10:21:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T12:36:16.000Z (about 4 years ago)
- Last Synced: 2023-03-11T01:27:33.389Z (about 3 years ago)
- Topics: intersection-observer, javascript
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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