Vidyalelo
JavaScript · Q1

Parsing, Benchmarking And Logging

Programming · JavaScript · question 1

Q1

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

A.
To hold configuration information
Answer
B.
To hold key details
C.
To hold URL details
D.
To hold the speed of the process

Answer: Option A

Solution

Answer: Option A
Solution:
Once you have an API key you should create a separate file to hold all of the configuration information that you will need to share between processes.