Quizlet micromatch bot

Win micromatch in < 100 seconds!

< Feedback de Quizlet micromatch bot

Avaliação: Bom - o script funciona

§
Publicado em: 03/03/2018

Child.nodes?

what does that do?

Danielv123Autor
§
Publicado em: 03/03/2018

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.

Enviar resposta

Entre para publicar uma resposta.