⚡ Zero Editor
Run ▶
HTML
JS
CSS
Halo Playground!
Teks ini akan diubah oleh JavaScript.
document.getElementById('demo').textContent = 'Teks ini diubah oleh JS!';
body { background: #222; color: #fff; font-family: sans-serif; } h2 { color: #4ec9b0; } #demo { color: #dcdcaa; font-weight: bold; }