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.

Make sure to pick <h3>, followed by First Heading, and finally </h3>.