Skip to main content

Posts

Showing posts with the label JavaScript Introduction

JavaScript Introduction | History of JavaScript | Features of JavaScript | History of JavaScript

JavaScript Introduction JavaScript is not a compiled language, but it is a translated language. The JavaScript translator (embedded in the browser) is responsible for translating JavaScript code for the web browser. What is JavaScript? JavaScript (js) is a lightweight object-oriented programming language, used by many websites to script webpages. It is an interpreted, full-fledged programming language that enables dynamic interaction on websites when implemented in an HTML document. It was introduced in the year 1995 to add programs to webpages in the Netscape Navigator browser. Since then, it has been adopted by all other graphical web browsers. With JavaScript, users can build modern web applications to interact directly without having to reload the page every time. Traditional websites use js to provide many forms of interactivity and simplicity. However, there is no connectivity of javascript with the Java programming language. The name was suggested and provided when Java was gain...