You are viewing a single comment's thread from:
RE: How to start in the programming language
What's "crazy whitespace issue"?
Also:
- install nodejs
- echo "console.log('Hello World!')" > hello.js
- node hello.js
and you just wrote and executed "Hello World" in javascript. How would that list look with Java? ;)