add quotes

This commit is contained in:
Lavrentiy Rubtsov 2022-04-30 14:25:34 +06:00 committed by GitHub
parent 291b5c05b9
commit cc9b015e1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,6 @@ Why does that happen?
alert(table); // the table, as it should be
table.remove();
// why there's still aaa in the document?
// why there's still "aaa" in the document?
</script>
```