Answer Posted / pks
we are using javascript in html for making the webpage dynamic.It will provide different answer for different user request.This is the main reason we using javascript in html.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What close() does in javascript?
What can be the challenges during testing a program or a system?
What is closure?
Is javascript open source?
How to clone an object in javascript?
What is enum with example?
What is a fixed-width table and its advantages?
how do you declare variables in javascript?
Where do I put javascript code in html?
coding of java scripts
Explain the difference between javascript and an asp script.
Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
Is it possible to use javascript to change the meta-tags of the page?
What are the advantages of using external javascript?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?