
JavaScript
When you visit a website, your browser sends a request to the server hosting the site. The server responds by sending back the website's HTML, CSS, and
JavaScript files. The browser then processes these files, rendering the webpage for you to view, while also managing any assets like images or videos. Additionally, it may store some data in cache to improve loading times for future visits.