Welcome to the land of JavaScript
Origins of JavaScript
ECMA International Organization creates many many different standards for technologies.
ECMAscript
A specification(document) defined under ECM-262 document for a scripting language.
JavaScript
Programming Language that conforms to ECMAScript specification.
Fact - You don't need to download any special software to run javascript. It's implemented by the browser. Open your developer console and start experimenting with it.