762). What is the necessity to create a separate file after having an API key?

[A] To hold configuration information
[B]To hold key details
[C]To hold URL details
[D]To hold the speed of the process

Show Answer

763). How many parameters does the API accept?

[A]5
[B]6
[C]7
[D]8

Show Answer

764). What is not the purpose of the parameter location?

[A]Specifies agent location
[B]Specifies speed
[C]Specifies browser
[D] Specifies block

Show Answer

765). What will happen if the fvonly parameter is set to 1?

[A]Results got for the first view
[B]Can run the repeat view test
[C]Running the test again
[D] Ending the test

Show Answer

766). How many reserved words are there in JavaScript?

[A]63
[B]54
[C]68
[D]90

Show Answer

767). What is the purpose of the window.location object in JavaScript?

[A]Get the URL and redirect
[B]Get the location of the cursor
[C]Get the path to the next page
[D]Get the location & path of the next page

Show Answer

768). Which of the following method loads a new document?

[A] location.new()
[B]loadnew()
[C]location.load()
[D] location.assign()

Show Answer

769). Which of the following method will wait for certain milliseconds to execute a specified method?

[A]setInterval()
[B]setTimeout()
[C]setmilli()
[D]setseconds()

Show Answer

770). What is the method used to stop an execution of a method?

[A]clearInterval()
[B]clearTimeout()
[C] both clearInterval() and clearTimeout()
[D]clearmethod()

Show Answer

771). 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

Show Answer