how to change test colo on js button

JavaScript
var about;   
function init() { 
    about = document.getElementById("about").innerHTML;
    about.style.color = 'blue';
}
Source

Also in JavaScript: