Skip to content

Commit 297fc63

Browse files
authored
Update Destructuring-Array.html
1 parent 1b77017 commit 297fc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Destructuring-Array.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
console.log(salam); // output: Halo
1313
console.log(dua); // output: saya
1414

15-
document.getElementById("demo1").innerHTML = dua;
15+
document.getElementById("demo").innerHTML = dua;
1616

1717
// HTML output:
1818
// Outputnya: saya

0 commit comments

Comments
 (0)