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