InterviewSolution
Saved Bookmarks
| 1. |
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 processI have been asked this question in semester exam.Question is from Creating a Shared Configuration File using JavaScript in chapter Parsing, Benchmarking and Logging of JavaScript |
|
Answer» The CORRECT option is (a) To hold configuration information |
|