In HTML5, which two objects in the Web Storage specification are used to store data on the client? (Choose two.)
There are two new objects for storing data on the client:
localStorage - stores data with no expiration date
sessionStorage - stores data for one session
Currently there are no comments in this discussion, be the first to comment!