Question: 1. Using fetch write the code to return the year value from the following api link *Make sure to show all script code http://www.omdbapi.com/?t=empire+strikes+back&plot=full&r=json (Links
1. Using fetch write the code to return the year value from the following api link
*Make sure to show all script code
http://www.omdbapi.com/?t=empire+strikes+back&plot=full&r=json (Links to an external site.)
2. JSON.parse is used to Have a JSON object to be sent to another app or server
True
False
3. sessionStorage persists data after the browser has closed
True
False
4. Write the code to add the following key:value pair to sessionStorage
"username","asmith"
5. Which of the following is used to represent a user to the API and its server
a. xhr
b. Unique Key
c. encryption
d. API Key
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
