This editor is based off of 2000s code editors.
This is a very
simple JavaScript editor.
It has no syntax highlighting or anything
special.
But, it does have lines that tells you where your
code
is on!
This editor is meant for simple JavaScript only,
no
frame for where the output goes to.
Instead, an element just under
the code area
shows the output.
The number of lines does
not count up past 23.
This editor is not meant for using lots of
code.
More info on outputs in the Stuff to use/not to use tab.
All outputs don't show in the console.
They show in the result
text.
You can display strings and numbers in the code and
then
it will show in the output text.
console.log is useless
because you can't even see your output,
unless you open the Inspect
window.
Writing for loops can mess up the output text if you
put
line breaks in them.
WARNING: Never use document.write in this editor. It will delete
all
existing HTML, even in the editor.
Created by Incremental Gameplays YT
Very easy to use JavaScript editor with no problems.
Supports
old and modern code.
That's all there is!
Yes, you can
extend the text area if you want to.