Outside of a web browser, does the Javascript programming language do anything? [closed]
- by Stom
I often hear people talking about Javascript in conjunction with web browser programming/web page programming and such, and/or form logic, etc.
However, outside of a browser, can Javascript source be written and compiled to work outside of a browser, much like C/C++ can work in a terminal window/GUI window with a library?
Can I write "Hello World" in Javascript in a console terminal on a modern OS GUI and such like C?