Skip to content

Commit 2063dbd

Browse files
committed
closes #1592
1 parent 978a3a2 commit 2063dbd

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ importance: 1
44

55
# Why does "aaa" remain?
66

7-
Run the example. Why does `table.remove()` not delete the text `"aaa"`?
7+
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?
812

913
```html height=100 run
1014
<table id="table">

0 commit comments

Comments
 (0)