Skip to main content

Posts

Showing posts from July, 2021

Introduction to JavaScript

  JavaScript |  Introduction to JavaScript | Part-1 Introduction to JavaScript - Today in this blog we will discuss about another programming language which has been very useful over the period of time i.e. JavaScript. So to begin with we will discuss about the basics of JavaScript, where we can use JavaScript and the advantages and disadvantages that JavaScript possess. So let us begin by discussing what is javascript? JavaScript is a programming language that was designed initially to interact with the elements of web pages. A web browser , javascript consists of mainly three parts which are defined below: ECMAScript that provides the core functionality. The document object model (DOM) which provides the interfaces for interacting with elements on web pages. The browser object model (BOM) provides the browser API for interacting with the web browser. Javascript is mainly used with HTML & CSS to enhance the web page functionality such as to validate the form, create inter...