Issue in localStorage.__________() | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Issue in localStorage.__________()

Did anyone has same issue of not being able to input answer into the first blank space in the question ? localStorage._________ (); localStorage.setItem( "___", "____" );

27th Feb 2017, 2:47 PM
Alkassim Shuaibu Babangida
Alkassim Shuaibu Babangida - avatar
2 Answers
+ 2
localStorage.clear(); localStorage.setItem( "b", "a" );
7th Mar 2017, 11:16 PM
Alaa Malk
Alaa Malk - avatar
0
localStorage.clear(); localStorage.setItem( "key", "value" );
28th Feb 2017, 2:44 AM
Eranga
Eranga - avatar