Introduction to JavaScript
Introduction to JavaScript JavaScript Introduction JavaScript was developed by Brendan Eich in 1995, and became an ECMA standard in 1997. ECMA-262 is the official name of the standard. ECMAScript is the official name of the language. JavaScript and Java completely different from each other both in design and concepts. Today HTML,CSS and JavaScript are very much crucial scripting languages for web developers. Let us understand their role in web development HTML-is used to define the content of a web page. CSS-is used to specifies layout of a web page. JavaScript- programs the behavior of a web page. JavaScript is a lightweight, interpreted scripting programming language. It is designed for creating network-centric applications. JavaScript is extremely easy to implement because it's integrated with HTML. It is open and cross-platform. JavaScript can be used in developing great front-end also as back-end software...