querySelector() only retrieves the first element it finds. If we have two elements with the same tag or class, we only access the first one.
querySelector()
Make sure to pick <h3>, followed by First Heading, and finally </h3>.
<h3>
First Heading
</h3>