From 746c6d9fa05902e402627ab220714d76b544f1a4 Mon Sep 17 00:00:00 2001 From: Brent Guffens Date: Tue, 6 Feb 2018 11:19:20 +0100 Subject: [PATCH] Update task.md --- 2-ui/1-document/07-modifying-document/5-why-aaa/task.md | 4 ++-- 1 file changed, 2 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 aedf8697..03064ed2 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 @@ -2,9 +2,9 @@ importance: 1 --- -# Why "aaa" remains? +# Why does "aaa" remain? -Run the example. Why `table.remove()` does not delete the text `"aaa"`? +Run the example. Why does `table.remove()` not delete the text `"aaa"`? ```html height=100 run