Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pure JavaScript Programming [closed]

I'm diving into web development again (first time was an utter failure), and I have some pretty spectacular resources for learning both HTML5 and CSS3. What I want to begin studying next is JavaScript so I can have absolute control over my pages. But before I begin integrating JavaScript into my work, I'd like to use JavaScript solely as a programming language (with console I/O and basic programs) to familiarize myself first. What are the best tools for accomplishing this? Because thus far, I haven't found any browser/tool that approaches the simplicity of writing a source file, and clicking run like you might with a C++ program. Thanks.

like image 806
Quinn McHugh Avatar asked Sep 11 '26 23:09

Quinn McHugh


2 Answers

Node.js is your best shot.

Node is used for:

  • Server-side applications (Sails, Express, Socket.io)
  • Various frontend-related scripting (Grunt, LESS)
like image 109
Kos Avatar answered Sep 13 '26 12:09

Kos


You can try Node.js, that allows you to run Javascript programs from commandline. Other than that, Javascript runs in a browser.

like image 39
Alan Avatar answered Sep 13 '26 14:09

Alan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!