Frontend Development

Stupid JS problem (still learning this)

Submitted by AAA, , Thread ID: 21709

Thread Closed

RE: Stupid JS problem (still learning this)

OP
#3
10-06-2016, 10:59 PM
Jackz Wrote:
function foo() {
var colors = ["white", "red", "blue", "green"];
var color = document.getElementById("select").value;
var selection = document.getElementById("select").selectedIndex;
document.getElementById("p").innerHTML = "Your favorite color is: " + color;
document.body.style.background = colors[selection];
}

//This should work

Thank you so much, Mr. Robot ;D
[Image: XhhKTdF.png]

Users browsing this thread: 4 Guest(s)