Video
Here is a video.. for this page.
Steps
We may have a local (existing) .js file that we would like to test in an online editor.
The steps:
- Open local ".js" file in our favorite local plain text editor
- Open online editor
- Copy-paste the source text from local editor to online editor
- Run
- Fix bugs as needed
- Copy your file back locally when done and save
We'll be able to see output, but the best part is it will help us find bugs.
There might be size constraints on the online editor, but for us beginners we should typically be fine.
JavaScript Guide
(Chapter 301 - CodeEditors)