

The name is a bit of a misnomer since the language has little to do with Java. It was initially known as Mocha, then LiveScript, before finally settling on JavaScript. JavaScript was created in 1995 by Brendan Eich while he was working for Netscape. This blog post will explore everything there is to know about JavaScript. With its many features and capabilities, it is no wonder why so many developers choose to work with JavaScript. While it is most commonly used in web browsers, that is not all that it is limited to. If you have ever worked with a web page or app, you have come into contact with JavaScript. Visit MDN-JavaScript Basics.In the world of programming languages, JavaScript is undoubtedly the most popular. MDN Web Docs - It provides one of the best resources to learn JavaScript from basics to advance.JavaScript Tutorial from Programiz - We provide step by step tutorials along with library functions and examples.That is, a variable containing a number may be reassigned to a string. JavaScript is a dynamically typed language.Since the compilation is handled at run time, JavaScript is considered an interpreted language. JavaScript uses the just-in-time compilation technique.Any browser supporting JavaScript can run the code irrespective of the operating system JavaScript is a platform-independent language.On the client-side, the code is run and displayed by the browser. JavaScript is used on both the client-side and the server-side.So irrespective of the machine, if the browser supports JavaScript, codes can run. Platform Independence - JavaScript codes are run on browsers. It uses a just-in-time compilation technique at run-time.Įvent-Based Programming - JavaScript allows us to write codes that are executed differently under different events. Interpreted Language - JavaScript is an interpreted programming language. Objects are used to represent the real-world entity in the program. Prototype-based Object-oriented - JavaScript is an object-oriented programming language.
