diff --git a/frontend/index.js b/frontend/index.js index cd21c24..24cec7a 100644 --- a/frontend/index.js +++ b/frontend/index.js @@ -42,7 +42,8 @@ async function sprintChallenge5() { // Note the async keyword so you can use `aw // 🧠 Flesh out the elements that describe each learner // ❗ Give the elements below their (initial) classes, textContent and proper nesting. - // ❗ Also, loop over the mentors inside the learner object, creating an
  • element. + // ❗ Do not change the variable names, as the code that follows depends on those names. + // ❗ Also, loop over the mentors inside the learner object, creating an
  • element for each mentor. // ❗ Fill each
  • with a mentor name, and append it to the