Introduction to Programing Language - JavaScript

Programining is a way to talk to computers. A language like Hindi, English or Bengali can be used to talk to a human but for Computers We need straight forward instructions

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 to of precise instructions telling a computer what do

What is Ecmascript? 

ECMAScript vis standard on which Javascript is based! It was created to ensure that different documents on javascript are actually talking about the same language

Java Script & ECMA Script can almost always be used interchangeably JavaScript is very liberal in what it allows.

How to execute Java Script? 

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.

Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.