Advanced JavaScript

Working with the DOM - exercise

Why JavaScript?

Javascript is a programming language which can be executed in the browser, after page was loaded.

With Javascript, you, as developer, can access, read and manipulate the parsed HTML code ("the DOM") to add additional behaviour and features to the page

For example, you can make the below button remove this text!

Or take the next button: It adds a blue background to the paragraph.