Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     To hold configuration information

    B.

     To hold key details

    C.

     To hold URL details

    D.

     To hold the speed of the process

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    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.


Be The First To Comment