We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291b5c0 commit cc9b015Copy full SHA for cc9b015
2-ui/1-document/07-modifying-document/5-why-aaa/task.md
@@ -22,6 +22,6 @@ Why does that happen?
22
alert(table); // the table, as it should be
23
24
table.remove();
25
- // why there's still aaa in the document?
+ // why there's still "aaa" in the document?
26
</script>
27
```
0 commit comments