]> git.mdlowis.com Git - projs/mdl.git/commit
pages.children is an HTMLCollection (does not have forEach or map)
author80B <wtf@idk.lol>
Thu, 7 Jan 2021 22:10:40 +0000 (22:10 +0000)
committer80B <wtf@idk.lol>
Thu, 7 Jan 2021 22:11:06 +0000 (22:11 +0000)
commitb28ae5d8933265f97b2b5854f47cac236f2a80c9
treefddf0683322032dc8e3f0b97580611e3a1756791
parent33a8edf5abd7169cb75fbb1f5bb6a05db6ea23cf
pages.children is an HTMLCollection (does not have forEach or map)
[...pages.children] converts it to an array (does have forEach and map)
index.html