If you have the Java Development Kit installed, you can run
JavaScript programs from the command shell using
jrunscript
. (You can write to the console using the
print()
and println()
functions.)
You can also run JavaScript programs using the
Firebug command line/editor
and/or
Scratchpad in Firefox.
(You can write to the console using the console.log()
function.)
Copyright 2019