Skip to content

Commit 8494986

Browse files
authored
Update 2-ui/1-document/03-dom-navigation/article.md
1 parent f9d6295 commit 8494986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/03-dom-navigation/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Vamos modificar um dos exemplos acima: substitua `childNodes` por `children`. Ag
265265
<script>
266266
*!*
267267
for (let elem of document.body.children) {
268-
alert(elem); // div, ul, div, SCRIPT
268+
alert(elem); // DIV, UL, DIV, SCRIPT
269269
}
270270
*/!*
271271
</script>

0 commit comments

Comments
 (0)