query selector
Returns the first descendant of the queried element.
object.querySelector();
copy
Returns the first descendant of the queried element.
object.querySelector();
copy