0
Whats the answer for this?
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( ,
3 Respostas
+ 2
localStorage.clear()
localStorage.setItem("b","a");
0
1. clear
2. "b"
3. "a"
0
Clear
B
A