Getting Started
- Write JavaScript in the editor pane.
- Select Run to execute your code in the shell.
- Use Save to download your file and Load to open a saved file.
- Use Reset Example to restore the sample program.
This editor is designed to stay simple. Write code in the editor, run it in the shell, and use the tools only when they help you move faster.
Enter to start a new line. The editor carries forward the current indentation.Tab to indent and Shift+Tab to outdent.# button to show or hide line numbers.Ctrl+F to open Find.Ctrl+H to open Replace.Enter in the Find box for the next match.Shift+Enter in the Find box for the previous match.Enter in the Replace box to replace the current match.Ctrl+Alt+Enter in the Replace box to replace all matches.Ctrl+/ to toggle line comments for the current line or selected lines.Ctrl+[ to outdent selected lines.Ctrl+] to indent selected lines.console.log(), console.error(), and other console output.prompt() and alert() are supported.Reset in the shell to clear variables and start fresh.Clear in the shell to clear the console output only.