I have gone through plenty of Stack Overflow question that had description but I seriously found them very confusing. What I want is a simple explanation,please don\'t refer
JavaScript is the scripting language used in web applications to make the web pages dynamic. This language allows to handle user actions by handling events on the elements displayed on the page.... Also it is used to modify the content on the web page based on the condition...
The method (or) function is the programming construct used in javascript for specifying the logic. You will put the your required logic in a method and you will invoke it from the web page upon any event...
There are no constructors in javascript...
There will be implicit and user defined objects in javascript... Implicit objects include Date, Array etc...
This is just a basic abstract.. you need to follow either websites (or) books to know much more about javascript