The Ultimate JavaScript Course
About Course
Computer is Dumb!
When was the last time you ordered some cereal and got DVDs of Serial?
Programming is the act of constructing a program, a set of precise instructions telling a computer what to do.
What is EcmaScript?
- ECMAScript is a standard on which JavaScript is based!
- It was created to ensure that different documents on JavaScript are actually talking about the same language.
- JavaScript and ECMAScript can almost always be used interchangeably. JavaScript is very literal in what it allows.
How to execute JavaScript?
- JavaScript can be executed right inside one’s browser. You can open the JavaScript console and start writing JavaScript there.
- Another way to execute JavaScript is a runtime like Node.js which can be installed and used to run JavaScript code.
- Yet another way to execute JavaScript is by inserting it inside <script> tag of an HTML document.
Student Ratings & Reviews
No Review Yet