This commit is contained in:
Ilya Kantor 2019-11-06 20:31:27 +03:00
parent 978a3a2911
commit 2063dbddd7

View file

@ -4,7 +4,11 @@ importance: 1
# Why does "aaa" remain? # Why does "aaa" remain?
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.
But if you run it, you can see that the text `"aaa"` is still visible.
Why does that happen?
```html height=100 run ```html height=100 run
<table id="table"> <table id="table">