We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978a3a2 commit 2063dbdCopy full SHA for 2063dbd
2-ui/1-document/07-modifying-document/5-why-aaa/task.md
@@ -4,7 +4,11 @@ importance: 1
4
5
# Why does "aaa" remain?
6
7
-Run the example. Why does `table.remove()` not delete the text `"aaa"`?
+In the example below, the call `table.remove()` removes the table from the document.
8
+
9
+But if you run it, you can see that the text `"aaa"` is still visible.
10
11
+Why does that happen?
12
13
```html height=100 run
14
<table id="table">
0 commit comments