Contents

Which of the following method loads a new document?
a) location.new() 
b) loadnew()
c) location.load()
d) location.assign()

d

Which of the following method will wait for certain milliseconds to execute a specified method?
a) setInterval()   
b) setTimeout()
c) setmilli()                           
d) setseconds()

a

What is the method used to stop an execution of a method?
a) clearInterval()
b) clearTimeout()
c) 
both clearInterval() and clearTimeout()
d) clearmethod()

c

What is the meaning of JavaScript Hoisting?
a) Moving declarations to bottom
b) Moving declarations to top
c) Hosting variables by itself
d) Moving declarations to specified location

b