+ 1
Fill in the blanks to clear all values stored in the local storage.then store "a" using the key "b".
local storage______(); local storage, set item(_______ , ________); hints :- clear "b" key "a" value remove find the correct answer
2 Antworten
0
clear, "b", "a"
0
First, you have to clear the local storage.Then store "a" as a value giving the key as "b".(Key,Value) is how argument format should be.So it is(b,a)