Pro Web Editor
Interactive Workspace
Auto-Run
Terminal
Reset
Run Code
index.html
styles.css
script.js
Terminal Challenges
Follow the challenges on the left to learn!
body { font-family: sans-serif; background-color: #f4f4f9; color: #333; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } #app { text-align: center; }
// Your JavaScript code here // console.log("Ready to hack!");
Live Preview
Terminal REPL
Web Editor Terminal - Connected to Live Preview
~/project $