+ 1
What is the difference between Java, Javascript, Ecmascript, JQuery?
I see it in Sololearn, but what's the difference?
4 Answers
+ 17
Java is a programming language which uses a virtual machine to run code. Its most often used in phone apps.
Javascript is a scripting language most often implemented on browsers to render client side programming logic. You can find it on nearly every website.
Java and Javascript are unrelated, they only share a name. Javascript used Java's name to make itself more popular.
JQuery is a framework to store data, utilized by Javascript.
ECMAScript seems to just be a standardization of Javascript. So that different browsers don't execute it differently. I could be wrong on this one.
+ 5
Ahri Fox wrote << I could e wrong on this one >>
Yes, you're a little wrong: ECMAScript is the standard on wich Javascript is builded, not conversely ;)
Javascript follow ECMAScript standard, as other one (such as JScript, ActionScript, NodeJS)
https://medium.freecodecamp.org/whats-the-difference-between-javascript-and-ecmascript-cba48c73a2b5
https://en.m.wikipedia.org/wiki/ECMAScript
+ 4
https://www.sololearn.com/learn/Java/2131/?ref=app
https://www.sololearn.com/learn/JavaScript/1123/?ref=app