Quizlet micromatch bot

Win micromatch in < 100 seconds!

< Feedback on Quizlet micromatch bot

Review: Good - script works

§
Posted: 2018-03-03

Child.nodes?

what does that do?

Danielv123Author
§
Posted: 2018-03-03

Child nodes are the children of an HTML DOM node. So for example

<div>
<p></p>
<h1></h1>
</div>

In this example, the childnodes of

will be an array with 2 elements.

Post reply

Sign in to post a reply.