JavaScript Tools
Code playground
Monaco IDE: run JavaScript, TypeScript, Python, Java, C++, Go in a remote sandbox; preview HTML locally. Shortcuts, console, starter templates.
Monaco editor with run, console output, and HTML preview. JavaScript, TypeScript, Python, Java, C++, and Go run in a remote sandbox (Piston). Your code is sent to the executor service — do not paste secrets.
⌘Enter to run
Editor
Console
Output appears here after Run.
- Editor: Monaco (VS Code engine) — minimap, bracket colorization, word wrap, Cmd/Ctrl+Enter to run.
- Execution uses the public Piston API (same stack as many online judges). Availability and language versions are defined by that service.
- TypeScript is transpiled to JavaScript on the server, then executed as JS.
- HTML mode runs only in your browser (sandboxed iframe, scripts allowed in isolation).