Hello, world! by hadamariaa · Pull Request #48 · javascript-tutorial/ro.javascript.info
| ## Tag-ul "script" | ||
|
|
||
| ## The "script" tag | ||
| Programele JavaScript pot fi inserate în orice parte al unui document HTML cu ajutorul tag-ului `<script>`. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo : "orice parte al unui document" --> "orice parte a unui document"
|
|
||
| The `<script>` tag contains JavaScript code which is automatically executed when the browser processes the tag. | ||
|
|
||
| Tag-ul `<script>` conține cod JavaScript care este executat automat cand browser-ul procesează tag-ul. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing diacritics : "cand" --> "când"
|
|
||
| ````warn header="If `src` is set, the script content is ignored." | ||
| A single `<script>` tag can't have both the `src` attribute and code inside. | ||
| ````warn header="Daca `src` este setat, conținutul scriptului este ignorat." |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing diacritics : "Daca" --> "Dacă"
Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻
Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters