Running Javascript from the command line
Firefox ships with the Rhino command line Javascript parser. It's very simple to run/test a js file you have
rhino my_file.js
Update: Fedora also ships with js which does the same thing.
Firefox ships with the Rhino command line Javascript parser. It's very simple to run/test a js file you have
rhino my_file.js
Update: Fedora also ships with js which does the same thing.