From 37a298d6e2c0364c7441b75e6c476f9e4d1946c3 Mon Sep 17 00:00:00 2001 From: Jeevan <118162251+jivan84@users.noreply.github.com> Date: Wed, 23 Nov 2022 16:47:07 +0530 Subject: [PATCH] Added a useful resource MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm including a link that discusses Javascript and I hope it will benefit your repository and help your readers learn more about the subject. I hope you will find this worthy. Thank you. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f1a6c35..93fd897 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,6 @@ This web site introduces JavaScript with well-sorted topics, giving a basic over ### [TutorialPoint](https://www.tutorialspoint.com/index.htm) They provide a variety of media content such as videos, eBooks, and other learning materials making JavaScript much simpler. + +### [Scaler Topics](https://www.scaler.com/topics/javascript/) +This JavaScript tutorial covers all the important concepts in JavaScript such as operators, loops, functions, OOPs, Asynchronous JS, and much more