What is Javascript Programming language?
- John Claude Llenes
- Sep 3, 2019
- 2 min read
Updated: Oct 8, 2019
Learn Javascript Programming - The Definitive Guide

JavaScript is most commonly used as a client side scripting language. This means that JavaScript code is written into an HTML page. When a user requests an HTML page with JavaScript in it, the script is sent to the browser and it's up to the browser to do something with it.
Javascript Programming Basics
JavaScript is a programming language that adds interactivity to your website (for example games, responses when buttons are pressed or data is entered in forms, dynamic styling, and animation). This article helps you get started with this exciting language and gives you an idea of what is possible.
JavaScript is incredibly versatile. You can start small, with carousels, image galleries, fluctuating layouts, and button click responses. With more experience, you'll be able to create games, animated 2D and 3D graphics, comprehensive database-driven apps, and much more!
Is Javascript better than Python?
Python supports different programming paradigm as object-oriented programming, functional programming, imperative programming, and procedural programming. It came up with huge built-in modules and packages. It allows programmers to use different program styles for simple and complex programs. Java-Script is an object-oriented programming language. It is highly used in browsers to provide dynamic functionality which we cannot achieve through normal HTML and CSS. It has support for standard applications with text, regular expressions, and dates.
History of Javascript
Netscape and Sun partnership
JavaScript was created by Brendan Eich in 1995 during his time at Netscape Communications. It was inspired by Java, Scheme and Self. In late 1995, when Microsoft cottoned-on to the competitive threat the Web posed, the Internet Explorer project was started in an all-out attempt to wrestle control of the emerging platform from Netscape. So the Netscape/Sun partnership meant Sun acquired the use of a competitive browser and a delivery system for their strategic technology.
What is JavaScript and why it is used?
JavaScript is most commonly used as a client side scripting language. This means that JavaScript code is written into an HTML page. When a user requests an HTML page with JavaScript in it, the script is sent to the browser and it's up to the browser to do something with it.
Comments