From 69c54e5dfeeb51f327dabc46c3e664ee14385f9c Mon Sep 17 00:00:00 2001 From: Myles Webster Date: Wed, 25 Mar 2020 16:32:05 +1100 Subject: [PATCH] fix incorrect link for resource in FE dev roadmap --- content/roadmaps/1-frontend/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/1-frontend/resources.md b/content/roadmaps/1-frontend/resources.md index 475d2b3be..9334fab0b 100644 --- a/content/roadmaps/1-frontend/resources.md +++ b/content/roadmaps/1-frontend/resources.md @@ -44,7 +44,7 @@ With the help of HTML, you create structure for your pages. CSS allows you to st ## Basics of JavaScript JavaScript allows you to add interactivity to your pages. Common examples that you may have seen on the websites are sliders, click interactions, popups and so on. In this section, you will learn the basics of JavaScript. -* W3Schools – JavaScript Tutorial +* W3Schools – JavaScript Tutorial * JavaScript Crash Course for Beginners * Build a Netflix Landing Page Clone with HTML, CSS & JS