-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
Error code
ERRW:0.75:L0.75:AS
Were you logged in?
Yes
Your username (if logged in)
ngtro
Your HTML
<h2>🎨Bấm để đổi màu nền</h2>
<button onclick="doiMauNen()">Đổi màu nền</button>
Your JavaScript
function doiMauNen() {
const cacMau = ["lightblue","lightgreen","lightpink","lavender","beige","salmon"];
const MauNgauNhien = cacMau[Math.floor(Math.random()*cacMau.length)];
document.body.style.backgroundColor = MauNgauNhien;
}
Your CSS
no
Metadata
Metadata
Assignees
Labels
No labels