Fix broken link

Fixes #1946
This commit is contained in:
Angelos Chalaris
2023-05-28 23:04:28 +03:00
parent 86568f37f0
commit 59f1018594

View File

@ -44,4 +44,4 @@ const nodes = document.childNodes;
const nodeArray = [...nodes]; // [ <!DOCTYPE html>, html ]
```
Note that the above example is the basis for the [nodeListToArray snippet](js/s/node-list-to-array).
Note that the above example is the basis for the [nodeListToArray snippet](/js/s/node-list-to-array).