Well done!

You have completed Editing and Filtering Names Review!

Quiz Question 1 of 5

const card = document.querySelector('.card');
const footer = document.querySelector('footer');
const div = document.createElement('div');
...
card.insertBefore(div, footer);

Given the code above, the insertBefore method will:

Choose the correct answer below:

Skip Quiz Review Video