Update article.md
Typo- Singular /plural
This commit is contained in:
parent
dc904d122e
commit
ee31ef1567
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ The syntax:
|
|||
|
||||
The call to `document.write(html)` writes the `html` into page "right here and now". The `html` string can be dynamically generated, so it's kind of flexible. We can use JavaScript to create a full-fledged webpage and write it.
|
||||
|
||||
The method comes from times when there were no DOM, no standards... Really old times. It still lives, because there are scripts using it.
|
||||
The method comes from times when there was no DOM, no standards... Really old times. It still lives, because there are scripts using it.
|
||||
|
||||
In modern scripts we can rarely see it, because of the following important limitation:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue