From c710b4f394c342430f1811743c79234f98e909d6 Mon Sep 17 00:00:00 2001 From: Bikash Daga <111844391+bikashdaga09@users.noreply.github.com> Date: Wed, 24 Aug 2022 16:18:48 +0530 Subject: [PATCH] Added one useful resource from Scaler Topics Hey, I have added a helpful reference link for the javascript tutorial in the reference section that I think will best add to your content and give your readers a more diverse understanding of the topic. I hope you will like this. Thank you. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f1a6c35..d3aa46e 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. + +### [Learn JavaScript in Detail](https://www.scaler.com/topics/javascript/) +Basic to advanced JavaScript tutorial for programmers. Learn JavaScript with step-by-step guide along with applications and example programs by Scaler Topics.