Skip to content

Commit ada98d3

Browse files

File tree

1 file changed

+3
-3
lines changed
  • 2-ui/1-document/07-modifying-document/5-why-aaa

1 file changed

+3
-3
lines changed

2-ui/1-document/07-modifying-document/5-why-aaa/task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 1
44

55
# Why does "aaa" remain?
66

7-
Run the example. Why does `table.remove()` not delete the text `"aaa"`?
7+
Örnegi çalıstırın. Niçin `table.remove()`, `"aaa"` metnini silmez?
88

99
```html height=100 run
1010
<table id="table">
@@ -15,9 +15,9 @@ Run the example. Why does `table.remove()` not delete the text `"aaa"`?
1515
</table>
1616

1717
<script>
18-
alert(table); // the table, as it should be
18+
alert(table); // tablo, olması gerektiği gibi
1919
2020
table.remove();
21-
// why there's still aaa in the document?
21+
// niçin belgenin içinde hala 'aaa' var?
2222
</script>
2323
```

0 commit comments

Comments
 (0)