Skip to main content

Posts

Showing posts from 2017

JavaScript Fundamentals

What is JavaScript JavaScript , often abbreviated as "JS", is a high-level , dynamic , untyped , object-based , multi-paradigm , and interpreted programming language . Alongside HTML and CSS , JavaScript is one of the three core technologies of World Wide Web content production . It is used to make webpages interactive and provide online programs, including video games. All Browsers implement a standard of Javascript called as ECMAScript Specification. Dynamically Typed Protypes based Object Oriented Scripting & Interpreted Language Originally meant for Browsers. Developed by Brendan Eich from Netscape in 1966