What I am trying to do is have something like this
var myVar = "blue"
then do
document.body.style.color = myVar
so the color of body is blue.
Could anyone help me?
What I am trying to do is have something like this
var myVar = "blue"
then do
document.body.style.color = myVar
so the color of body is blue.
Could anyone help me?