Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladrillo committed May 6, 2024
1 parent 9c4e698 commit 516c7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <li> 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 <li> element for each mentor.
// ❗ Fill each <li> with a mentor name, and append it to the <ul> mentorList.
// ❗ Inspect the mock site closely to understand what the initial texts and classes look like!

Expand Down

0 comments on commit 516c7aa

Please sign in to comment.