You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/1-document/03-dom-navigation/article.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ There are two important consequences:
149
149
The first thing is nice. The second is tolerable, because we can use `Array.from` to create a "real" array from the collection, if we want array methods:
150
150
151
151
```js run
152
-
alert( Array.from(document.body.childNodes).filter ); // now it's there
152
+
alert( Array.from(document.body.childNodes).filter ); // function
0 commit comments