Javascript Tutorials

Master javascript with in-depth tutorials and solved examples which will help you to grasp the language efficiently.

What is javascript?

Javascript is light-weight, interpreted, or just-in time compiled programming language with first class functions. It is a prototype-based, multi-paradigm, scripting language that is dynamic and supports object-oriented, imperative and functional programming styles.

What is javascript used for?

It is best known as the scripting language for web-pages. It is used on the client side of the web, Which can be used for design/program how the web pages behave when then user interacts with it or on the occurrence of any mouse or keyboard event.

It is easy to learn and also powerful programming language, widely used for controlling the web page behavior.

With the years of evolution and massive community support have made javascript the most prominent programming language. It is can now be used any where we can think of

  • Nodejs: A javascript runtime environment for server side programming
  • MongoDB, CouchDB: A no sql database which uses javascript as a scripting language.
  • Electronjs: A tool which can be used to create desktop application with HTML, CSS3, and Javascript.
  • TensorFlow.js: A javascript library for machine learning.
  • IOT, ROBOTICS, and More…

As it was evolving fast there was need to form a committee which should look after what how the language should progress and what are the features that should be shipped.

Thus they form ECMA (European Computer Manufacturers Association).

Also there is new version of javascript available right now which is called as ESNext.

Javascript Tutorials