Vidyalelo
JavaScript · Q55

Parsing, Benchmarking And Logging

Programming · JavaScript · question 55

Q55

What does the method defineSettings() return?

A.
Array of settings name
Answer
B.
Array of hash key
C.
Array of strings
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The defineSettings() method returns an array whose keys define the setting names, and values define the parameters (the type of value, etc.).