أدوات JavaScript
Code playground
Monaco IDE: run JavaScript, TypeScript, Python, Java, C++, Go in a remote sandbox; preview HTML locally. Shortcuts, console, starter templates.
- 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).