Click me

Hide

New user

Make Green

Make Red

Make Blue

Pure Javascript. So, below is the code from today's class. I've given you the JavaScript to get an alert box. Now, write some code which changes the paragraphs with a class of 'fred', blue when clicked.

This is some text

This is some text

//var x = document.getElementById("quote"); //x.innerHTML = "This is the new text" //var y = document.getElementsByClassName("red"); //y[0].innerHTML = "MORE TEXT";