How do I get the first child element in < footer >?

<footer>
 <article />
 <article />
 <article />
</footer>

I can"t get it using a similar method such as $("footer > article:first") .

Mar.03,2021
Menu