We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67918c5 commit e296a52Copy full SHA for e296a52
2-ui/1-document/05-basic-dom-node-properties/article.md
@@ -157,7 +157,7 @@ interface HTMLInputElement: HTMLElement {
157
<script>
158
let elem = document.body;
159
160
- // давайте проверим: какой тип узла находится в elem?
+ // давайте разберёмся: какой тип узла находится в elem?
161
alert(elem.nodeType); // 1 => элемент
162
163
// и его первый потомок...
0 commit comments