We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837013d commit ada98d3Copy full SHA for ada98d3
2-ui/1-document/07-modifying-document/5-why-aaa/task.md
@@ -4,7 +4,7 @@ importance: 1
4
5
# Why does "aaa" remain?
6
7
-Run the example. Why does `table.remove()` not delete the text `"aaa"`?
+Örnegi çalıstırın. Niçin `table.remove()`, `"aaa"` metnini silmez?
8
9
```html height=100 run
10
<table id="table">
@@ -15,9 +15,9 @@ Run the example. Why does `table.remove()` not delete the text `"aaa"`?
15
</table>
16
17
<script>
18
- alert(table); // the table, as it should be
+ alert(table); // tablo, olması gerektiği gibi
19
20
table.remove();
21
- // why there's still aaa in the document?
+ // niçin belgenin içinde hala 'aaa' var?
22
</script>
23
```
0 commit comments