Add 30 Days of JavaScript repository by Asabeneh

This commit is contained in:
Godbless Nyagawa 2024-02-21 22:50:44 +03:00 committed by Charles-Axel Dein
parent 8c59334fcf
commit d66d423b85

View File

@ -1490,6 +1490,11 @@ JavaScript is such a pervasive language that it's almost required learning.
- [mbeaudru/modern-js-cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet): cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
- [javascript-tutorial](https://github.com/javascript-tutorial): comprehensive JavaScript guide with simple but detailed explanantions. Available in several languages.
#### 30 Days of JavaScript
- **Repository**: [30 Days of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript):30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days.
#### Garbage collection
- [A Guide to the Go Garbage Collector](https://go.dev/doc/gc-guide): a very insightful guide about Go's GC