Fill in the blanks to clear all values stored in the localStorage. 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
+ 2

Fill in the blanks to clear all values stored in the localStorage. Then store "a" using the key "b".

Fill in the blanks to clear all values stored in the localStorage. Then store "a" using the key "b".

12th Oct 2016, 1:41 PM
Mohamed Arafa Gomaa Metwaly
Mohamed Arafa Gomaa Metwaly - avatar
13 Answers
+ 3
Answer localStorage.clear(); localStorage. setItem("b","a" );
7th Oct 2017, 6:04 PM
Rinae Tshivhinda
Rinae  Tshivhinda - avatar
+ 1
localStorage.clear (); localStorage. setItem("b" , "a" );
18th May 2019, 11:29 PM
Mehrzad Safariyan
Mehrzad Safariyan - avatar
0
Answer localStorage.clear(); localStorage. setItem("b","a" );
13th Oct 2016, 11:57 AM
Sumita Das
Sumita Das - avatar
0
Which tag is used to create shape animations?
16th Feb 2017, 4:24 AM
Shamshair khan
0
Fill in the blanks to clear all values stored in the localStorage. Then store "a" using the key "b". localStorage.clear (); localStorage. setItem("b" , "a" );
6th Mar 2017, 4:11 PM
GADE. NAVEEN
GADE. NAVEEN - avatar
0
Fill in the blanks to add a line to the page, starting from coordinates 10, 20 and ending at 50, 100: <svg width="500" height="500">
4th Nov 2017, 3:37 PM
Vadivel
Vadivel - avatar
0
localStorage. here write clear(); localStorage. setItem("b","a" )drop b and a
14th Jan 2018, 7:27 AM
Majeed Khan
Majeed Khan - avatar
0
localStorage.clear (); localStorage. setItem("b" , "a" );
13th Apr 2018, 6:31 AM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
I have no idea
11th Dec 2018, 12:32 PM
Jessy Afrifa
Jessy Afrifa - avatar
0
the correct answer is :- clear b a
2nd Aug 2019, 9:34 AM
Vicky Soni
Vicky Soni - avatar
0
localStorage.clear(); localStorage. setItem("b", "a");
12th Mar 2020, 6:13 PM
Md. jahidul islam
Md. jahidul islam - avatar
0
Local storage: clear() local storage setitem ( "b", "a")
9th Apr 2020, 1:02 PM
Amos Kalu
Amos Kalu - avatar
0
Fill in the blanks to add a line to the page, starting from coordinates 10, 20 and ending at 50, 100: Ans: line y1 x2
29th Jun 2020, 10:52 PM
Frederick John Suerte
Frederick John Suerte - avatar