What is Javascript, Some important points on Javascript

Rumman Ansari   Software Engineer   2023-03-26   5988 Share
☰ Table of Contents

Table of Content:


What is JavaScript?

JavaScript, an object scripting language which is used in web pages along with markup language HTML. JavaScript is very popular and adopted universally by every web browser for its support which allows dynamic content to get execute in a webpage. JavaScript does not incorporate or abide by any HTML tags or rules. It is similar to stand-alone programming language developed by Sun Microsystems. As JavaScript got its success worldwide with its integration into the web browsers, the Microsoft has added the JavaScript technology to its own Browser Internet Explorer.

Some examples of what JavaScript can do:

  1. JavaScript Can Change HTML Content
  2. JavaScript Can Change HTML Attribute Values
  3. JavaScript Can Change HTML Styles (CSS)
  4. JavaScript Can Hide HTML Elements
  5. JavaScript Can Show HTML Elements

Are you new to object oriented programming and apprehensive about getting into JavaScript? Don't worry; you can still take this up.

This course will offer a smooth transition from traditional programming to object oriented programming. So, let's dive right away and learn JavaScript!