🚸 TITLE OF YOUR PRESENTATION 🚸

What About Client Side JavaScript?

Each page is statically generated so it can have it's own .js files linked. We can put a button on this page that calls a function "whatPageAmIOn()":





        console.log("Slide 3");
      
        function whatPageAmIOn() {
          alert("Page 3");
        }