We have two containers next to each other, with containers inside them.
<ul class="containers">
<li>Matt</li>
<li>John</li>
<li>Mark</li>
</ul>
<ul class="containers">
<li>Roger</li>
<li>Bill</li>
<li>Lara</li>
<li>Miriam</li>
<li>Dylan</li>
<li>Harry</li>
</ul>
What is the most optimized method, for understanding and retrieving the “container”, with least children inside it?
or a slightly shorter version with the single line if: