From e7a08d9e712c048106be19cfc6d448bfa0c9bcb4 Mon Sep 17 00:00:00 2001 From: Eliseo Flores Date: Tue, 5 Nov 2019 21:22:25 -0800 Subject: [PATCH] commented table.remove so when the code is ran the table is shown initially --- 2-ui/1-document/07-modifying-document/5-why-aaa/task.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"`? ```