add quotes
This commit is contained in:
parent
291b5c05b9
commit
cc9b015e1b
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ Why does that happen?
|
||||||
alert(table); // the table, as it should be
|
alert(table); // the table, as it should be
|
||||||
|
|
||||||
table.remove();
|
table.remove();
|
||||||
// why there's still aaa in the document?
|
// why there's still "aaa" in the document?
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue