Click the button to see if the ul element has any child nodes.

Try removing the child nodes of the list element, and the result will be false instead of true.

Note: Whitespace inside a node is considered as text nodes, so if you leave any white space or line feeds inside an element, that element still has child nodes.