diff --git a/2-ui/1-document/07-modifying-document/5-why-aaa/task.md b/2-ui/1-document/07-modifying-document/5-why-aaa/task.md index 03064ed2c3..e5cc49360f 100644 --- a/2-ui/1-document/07-modifying-document/5-why-aaa/task.md +++ b/2-ui/1-document/07-modifying-document/5-why-aaa/task.md @@ -4,7 +4,8 @@ importance: 1 # Why does "aaa" remain? -Run the example. Why does `table.remove()` not delete the text `"aaa"`? +Run the example. Why does `table.remove()` not delete the text `"aaa"` but does delete the table +when table.remove() is uncommented? ```html height=100 run @@ -17,7 +18,7 @@ Run the example. Why does `table.remove()` not delete the text `"aaa"`? ```