Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam 98-375 Topic 6 Question 36 Discussion

Actual exam question for Microsoft's exam
Question #: 36
Topic #: 6
[All Questions]

Which three components define the URL used for localStorage data in HTML5? (Choose three.)

Show Suggested Answer Hide Answer
Suggested Answer: A, C, D

localStorage is also the same as globalStorage[location.hostname], with the exception of being scoped to an HTML5 origin (scheme + hostname + non-standard port) and localStorage being an instance of Storage

* HTML5 local storage saves data in string form as key-value pairs. If the data you wish to save is not string data, you are responsible for conversion to and from string when using LocalStorage.


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel