Well done!
You have completed Editing and Filtering Names Review!
Quiz Question 1 of 5
Given the following code:
const names = document.getElementById('names');
const nameList = names.children;
What will nameList
return?
Choose the correct answer below: