Fill in the blanks to clear all values stored in the local storage.then store "a" using the key "b". | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

22nd May 2017, 1:13 PM
Naresh Rudrapally
Naresh Rudrapally - avatar
2 Answers
0
clear, "b", "a"
22nd May 2017, 3:01 PM
Fathul Karim
Fathul Karim - avatar
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)
27th May 2017, 7:55 PM
Mahith Bhima
Mahith Bhima - avatar