Vidyalelo
JavaScript · Q15

Document Object Model And Event Handling

Programming · JavaScript · question 15

Q15

What is the function used to extract arguments from the search property of a URL?

A.
urlArgs()
Answer
B.
url()
C.
hash()
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The urgArgs() function can be used to extract arguments from the search property of a URL.