+ 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".
13 Respostas
+ 3
Answer
localStorage.clear();
localStorage.
setItem("b","a" );
+ 1
localStorage.clear ();
localStorage.
setItem("b" , "a" );
0
Answer
localStorage.clear();
localStorage.
setItem("b","a" );
0
Which tag is used to create shape animations?
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" );
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">
0
localStorage. here write clear();
localStorage.
setItem("b","a" )drop b and a
0
localStorage.clear ();
localStorage.
setItem("b" , "a" );
0
I have no idea
0
the correct answer is :-
clear
b
a
0
localStorage.clear();
localStorage.
setItem("b", "a");
0
Local storage: clear()
local storage
setitem ( "b", "a")
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