Vidyalelo
JavaScript · Q61

Caching And Debugging

Programming · JavaScript · question 61

Q61

What is the significance of scripting?

A.
Convenient
B.
Dynamic
Answer
C.
Reachable
D.
All of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
Scripting makes Web pages more dynamic) For example, without reloading a new version of a page it may allow modifications to the content of that page, or allow content to be added to or sent from that page. The former has been called DHTML (Dynamic HTML), and the latter AJAX (Asynchronous JavaScript and XML).