OHHHHHHH. Is java and javascript completly different coding? Or scripting or whatever you guys call it.
Javascript is originally named ECMAscript, but people named it javascript. No idea why, the languages are totally unrelated.
Because JavaScrpt is an implementation of ECMAscript. ECMAscript isn't really a language in itself, but rather a specification.
In coding there's different languages to do different things. Java is a language and Javascript is a different one. Java is used for applications that run on a virtual machine or browser and needs to be compiled, while javascript is only for browser and doesn't need any compiling.
Its like javascript and php one is server sided and the other is client sided but both is used for web developing
While what @HeroVerseWizard says is true, it may be confusing in the way he said it: PHP is server sided JavaScript is client sided Anyhow, back on topic: Why not try Codecademy? https://www.codecademy.com/learn/javascript
How I phrased my message was also confusing. I didn't mean as what he was saying, more as how. Not that it's of great importance.
Would not recommend code academy. Its method of teaching is not something that I personally think "sticks with you". If you want to learn javascript, as well as web coding in general: I would recommend FreeCodeCamp, it is a great service. If you are just interested in javascript: jsforcats.com is decent as well.
I don't learn programming languages through websites like that to begin with, I got school and work for that. If you have anything better to suggest than codecademy, then be my guest as I've only used it once
The best way to learn Java is watching video time to time and then playing around with it. Start with console applications then move onto GUI's. It get's more fun later on!