What is the function used to extract arguments from the search property of a URL?
A
urlArgs()
B
url()
C
hash()
D
geturl()
Correct Answer: urlArgs()
The urgArgs() function can be used to extract arguments from the search property of a URL. Search property can be accessed through the location object.