What are the uses of javascript in web page designing?



What are the uses of javascript in web page designing?..

Answer / Meenakshi Suman

JavaScript is primarily used for making web pages interactive. It allows developers to create dynamic content, handle forms, manipulate HTML documents, style graphics, validate user input, and communicate asynchronously with a server.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Which built-in method returns the characters in a string beginning at the specified location?

1 Answers  


How do I unblock javascript in chrome?

1 Answers  


Javascript, Pass by Value or Pass by Reference?

1 Answers  


List few advantages of using javascript?

1 Answers  


<script type="text/javascript"> function dispValue(e) { v = function (s) { return e.name + ': ' + s } if (e.type == "") return v(e.checked ? "" : ""); else return v(e.value); }

1 Answers  


Define unescape() function?

1 Answers  


What are the different boolean operators in JavaScript?

1 Answers  


What is isnan in javascript?

1 Answers  


Can you pass a anonymous function as an argument to another function?

1 Answers  


What are trailing whitespace?

1 Answers  


What's math constants and functions using javascript?

1 Answers  


What does the delete operator do in JavaScript?

1 Answers  


Categories