Sample or Icon | Meaning |
---|---|
:bulb: | Bulb means a new idea. |
:information_source: | Information means a information better to know it. |
:abc: | abc means a steps to follow. |
:video_game: | Practice Do what you have learned in practice (Exercise). |
:gem: | Gem means a very valuable information |
JavaScript was developed by Brendan Eich
, a developer at Netscape Communications
Corporation, in 1995. JavaScript started life with the name Mocha
, and was briefly named
LiveScript
before being officially renamed to JavaScript
.
It is a scripting language
that is executed by the browser, i.e. on the client’s end. It is used in conjunction with HTML to develop responsive webpages.
ECMAScript (ES) is a scripting language specification standardized
by ECMAScript International. It is used by applications to enable client-side scripting. The specification is influenced by programming languages like Self, Perl, Python, Java etc. Languages like JavaScript
, Jscript
and ActionScript
are governed by this specification.
This tutorial introduces you to ES6
and some of ES5
implementation in JavaScript
.
:information_source: scripting language A scripting or script language is a programming language that supports scripts — programs written for a special run-time environment that automates the execution of tasks that could alternatively be executed one-by-one by a human operator.
[Book] reference of this course will be javascript and jquery by Jon Duckett.
[Codes] for this book that we are going to take, can be found [heM or CSS tags on the top right side of the page.