From 2004ffdfe251bac6a49de463aace427948fa32f9 Mon Sep 17 00:00:00 2001 From: cmdcjones <43971640+cmdcjones@users.noreply.github.com> Date: Sun, 6 Nov 2022 20:44:09 -0500 Subject: [PATCH] update README.md Added 'The Modern JavaScript Tutorial' with a link to the GitHub organization. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8388bd5..e3ba067 100644 --- a/README.md +++ b/README.md @@ -1178,6 +1178,7 @@ For Python feel free to checkout my [professional Python education repository](h 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. #### Garbage collection