0
Drag and drop from the options below to clear all values stored in the localStorage. Then store "a" using the key "b".
localStorage.___(); localStorage___. setItem(___,___);
8 Réponses
+ 4
localStorage.clear();
localStorage.
setItem("b","a");
+ 2
localStorage.clear();
localStorage.
setItem("b","a");
0
Thank you!
0
localStorage.clear();
localStorage.
setItem("b","a");
0
What is the answer to this, to clear all values stored in the Then store "a" using the key "b"
0
Clear
B
A
0
B and a
0
clear
b
a