From 4519cff59f50e70416baae6876d8e1e1214c0d1f Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 18 Jan 2024 19:12:32 +1030 Subject: [PATCH] added blank line after H3 for markdown lint --- foundations/javascript_basics/fundamentals-1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/foundations/javascript_basics/fundamentals-1.md b/foundations/javascript_basics/fundamentals-1.md index 58985c2e311..354900846da 100644 --- a/foundations/javascript_basics/fundamentals-1.md +++ b/foundations/javascript_basics/fundamentals-1.md @@ -1,4 +1,5 @@ ### Introduction + In the previous sections you learnt how to structure webpages with HTML and style them with CSS. The next step is to make the webpage _interactive_, which is exactly what JavaScript is for. In this section, we will focus on the fundamentals of JavaScript and how you can use it to manipulate all the various interactions between the web page and user. ### Lesson overview