Suppose I have a div like:
<div class="parent">
<p class="child">Hello1</p>
<p class="child">Hello2</p>
<p class="child">Hello3</p>
</div>
Using JavaScript, how can I select the second child of the parent?
...
Please briefly explain why you feel this question should be reported .