Which lines of code should you use?

Posted by: Pdfprep Category: 70-480 Tags: , ,

HOTSPOT

You are developing an airline reservation website by using HTML5 and JavaScript. A page on the site allows users to enter departure and destination airport information and search for tickets.

You have the following requirements:

• Users must be able to save information in the application about their favorite destination airport.

• The airport information must be displayed in the destination text box whenever the user returns to the page.

You need to develop the site to meet the requirements.

Which lines of code should you use? (To answer, select the appropriate options from the drop-down lists in the answer area.)

Answer:

Explanation:

* retrieve localStorage.destination

* store localStorage.destination

Leave a Reply

Your email address will not be published.