Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Instruction
Before You Continue
You may have noticed that the generateHTML()
function in your project files or Workspace contains an if...else
statement that's not shown in the videos. For example:
function generateHTML(data) {
const section = document.createElement('section');
peopleList.appendChild(sec...