1.

Which of the following is not the storageEvent interface?(a) event.newValue(b) event.url(c) event.key(d) event.clearI got this question in final exam.This intriguing question originated from Web Storage topic in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Correct choice is (d) event.clear

For EXPLANATION I WOULD say: There are many storgeEvent interfaces like event.key, event.newValue, event.url, event.oldValue, event.storageArea. Event.key RETURNS the key if the storage ITEM is changed, event.oldValue and event.newValue returns old VALUE and the new value of the key whose value has been changed. Event.url returns the URL of a document which has been changed.



Discussion

No Comment Found

Related InterviewSolutions