The Ultimate JavaScript Course

Uncategorized
Wishlist Share
Share Course
Page Link
Share On Social Media

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?

  1. JavaScript can be executed right inside one’s browser. You can open the JavaScript console and start writing JavaScript there.
  2. Another way to execute JavaScript is a runtime like Node.js which can be installed and used to run JavaScript code.
  3. Yet another way to execute JavaScript is by inserting it inside <script> tag of an HTML document.
Show More

Student Ratings & Reviews

No Review Yet
No Review Yet