What does this tool do?
You want to sanity-check a regex, poke at an array method, or reproduce an interview puzzle — multi-line code in the DevTools console is painful, and spinning up a local project is overkill. This page gives you an editor with syntax highlighting, bracket matching and code folding (powered by CodeMirror 6). Hit Run or press Cmd/Ctrl + Enter and the output panel on the right shows results color-coded by log / info / warn / error, with top-level await and return-value echo supported.
Your code is auto-saved locally and survives page reloads; it executes only in your browser and is never uploaded or stored on a server.
How to use
- Write or paste JavaScript in the editor on the left;
- Click “Run” or press Cmd/Ctrl + Enter;
- Click “Clear code” to start over; press Cmd/Ctrl + Z immediately if you cleared it by mistake;
- Read the color-coded output on the right; “Clear output” resets it.