Användare:Bbuubbi: Skillnad mellan sidversioner
Hoppa till navigering
Hoppa till sök
Bbuubbi (diskussion | bidrag) Ingen redigeringssammanfattning |
Bbuubbi (diskussion | bidrag) Ingen redigeringssammanfattning |
||
Rad 11: | Rad 11: | ||
text += possible.charAt(Math.floor(Math.random() * possible.length)); | text += possible.charAt(Math.floor(Math.random() * possible.length)); | ||
D.innerText=text; | D.innerText = text; | ||
text = "#"; | |||
var possible = "0123456789ABCDEF"; | |||
for(var i = 0; i < 6; i++) | |||
text += possible.charAt(Math.floor(Math.random() * possible.length)); | |||
D.color = text; | |||
} | } | ||