where we use javascript and for which purpose we use
javascript how?
Answer Posted / murali
javascript is a client side programming Language.
It is used to create popup windows and Intercact with HTML
pages.
Using javascript the code lines will be decrease.
| Is This Answer Correct ? | 38 Yes | 8 No |
Post New Answer View All Answers
how do you declare variables in javascript?
What are the ways of making comments in javascript?
How do I use an external javascript file?
What is the prototype object in javascript and how it is used?
What is difference between java and javascript?
What is the difference between script type and the script language attributes?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
Why global variables are bad javascript?
Explain closures in javascript?
How to get value from a textbox?
What are the advantages of javascript?
What happens when the recursion calling is applied on two functions?
What is eager initialization in java?
How to open a window with no toolbar, but with the location object?
Which type of variable among global and local, takes precedence over other if names are same?