In Day 8, we will learn how to connect a JavaScript file to an HTML document using the script tag and the src attribute.
JavaScript allows us to add interactivity and dynamic behavior to our web pages. Instead of writing JavaScript directly inside the HTML file, we use an external .js file and link it for better structure and maintainability