24 Aug   Admin

JavaScript is a client side programming language used to add programming logic to web pages.

Brendan Eich (born July 4, 1961) is an American technologist and creator of the JavaScript programming language. He co-founded the Mozilla project,[2] the Mozilla Foundation and the Mozilla Corporation, and served as the Mozilla Corporation’s chief technical officer and briefly, as its chief executive officer.[3] He is the CEO of Brave Software.[4] For more(Wikipedia.org)

Applications of JavaScript :-

  • Client side valiadtion
  • Helps in manipulating HTML pages
  • User Notification (Pop-ups in website)
  • Back-end Data Loading (Ajax library)
  • Presentations (RevealJs and BespokeJs)
  • Server Applications (NodeJs)

There are many useful Javascript libraries available:-

  • Angular
  • React
  • jQuery
  • Vue.js
  • Ext.js
  • Ember.js
  • Meteor
  • Mithril
  • Node.js
  • Polymer
  • Aurelia
  • Backbone.js etc.

Basic JavaScript Example :-

<html>

         <body>

                <script>

                </script>

         </body>

</html>