Skip to content

🤖 Cannot save fiddle #2160

@nguyendophutrong21-commits

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions