Week 3

JavaScript

JavaScript or ECMAScript is the programming and scripting language of the web. It is used to provide advanced functionality to websites that is typically not achieveable with HTML and CSS alone.

MDN reference

CSS with JS

CSS Styles can be modified be JavaScript via the DOM API:


Web Console

The web console is a powerful tool for testing, monitoring, and modifying a website. Below is a feed containing the console output. Use the console in the web browser dev tools to modify the website and see the results.