Solved

Identify the Syntax for Looping Through a Collection of Child

Question 46

Multiple Choice

Identify the syntax for looping through a collection of child nodes using the counter variable method.


A) for (var i = 0; i node .length.node; i++ ) { commands }
B) for (var i = 0; i node .childNodes.length; i++ ) { commands }
C) for (var i = 1; i node .childNodes.length; i-- ) { commands }
D) for (var i = 1; i i++ ) { commands }

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions