https://github.com/sameer-j/learnjs
Personal project created while learning JS
https://github.com/sameer-j/learnjs
Last synced: 9 days ago
JSON representation
Personal project created while learning JS
- Host: GitHub
- URL: https://github.com/sameer-j/learnjs
- Owner: sameer-j
- Created: 2021-07-09T03:44:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T15:13:34.000Z (over 3 years ago)
- Last Synced: 2025-11-13T02:35:47.758Z (8 months ago)
- Language: JavaScript
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn JS
Learning JS
[TODO for Topics to cover](./learnJS.todo)
[Questions](./questions.md)
[Important topics for interview](./interview-topics.md)
[Array methods cheatsheet](https://javascript.info/array-methods#summary)
[setTimeout/setInterval](./functions/README.md#scheduling-settimeout-and-setinterval)
Reference: https://javascript.info/
[Quick look on basics](https://javascript.info/javascript-specials)
Topics:
1. [Fundamentals](./fundamentals/README.md)
2. [Promise](./promise/README.md)
3. [Numbers and Strings](./numbers-strings/README.md)
4. [JSON](./json/README.md)
5. [Objects](./objects/README.md)
6. [Map and Set](./map-set/README.md)
7. [Arrays](./arrays/README.md)
8. [Destructuring](./destructuring/README.md)
9. [Functions](./functions/README.md)
10. [Error Handling](./error-handling/README.md)
11. [Modules](./modules/README.md)
12. [Date](./date/README.md)
13. [Event Loop](./eventloop/README.md)
14. [Prototype, Inheritance](./prototypes-inheritance/README.md)
15. [Classes](./classes/README.md)