Well done!
You have completed Editing and Filtering Names Review!
Quiz Question 1 of 5
Given this code:
const article = document.querySelector('.article');
const headline = article.firstElementChild;
What does headline
return?
Choose the correct answer below: