Contents

What is the return type of the hash property?
a) Query string     
b) Packets
c) String
d) Fragment identifier

d

What is the function used to extract arguments from the search property of a URL?                         
a) urlArgs()
b) url()
c) hash()                                               
d) geturl()

a

The decodeURIComponent() is defined by…
a) Server-side JavaScript
b) Client-side JavaScript
c) Both Server-side and Client-side JavaScript
d) Service side JavaScript

b

Which is the method that removes the current document from the browsing history before loading the new document?
a) modify()                          
b) assign()
c) replace()                          
d) remove()

c

Why is the replace() method better than the assign() method?
a) Reliable            
b) Highly manageable
c) More efficient
d) Handles unconditional loading

d

What is the purpose of the assign() method?
a) Only loading
b) Loading of window and display
c) Displays already present window
d) Unloading of window

b