...

/

Coding Challenge: Showing a Node's Child

Coding Challenge: Showing a Node's Child

Apply what you have learned about DOM in this lesson.

We'll cover the following...

Problem statement

Your mission here is to create a showChild() function that shows one of the children of a DOM element node. This function takes as a ...