JS
Playground
Edit, run & share JavaScript effects
+ Submit Your Code
</>
Code Editor
document.body.style.background = '#1a1a2e'; const msg = document.createElement('div'); msg.textContent = 'Hello from JS Playground!'; msg.style.cssText = 'position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);font-size:28px;color:#7c5cfc;font-weight:bold;font-family:sans-serif;'; document.body.appendChild(msg);
▶ Run
Clear Output
▷ Preview
⛶
▶ Click
Run
to see result
The code executes in a sandboxed preview area
△ Hot
0
⏱ Newest
0
Submit Your JS Effect
Cancel
Submit