Merge pull request #2976 from Rnbsov/patch-31

add quotes
This commit is contained in:
Ilya Kantor 2022-05-03 22:56:28 +04:00 committed by GitHub
commit 9119ecab23
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>
```