You need to return array of strings from given as argument array (arr), but wrapped in li tag, not just strings themselves. That’s why you need backticks and ${}, this is easiest way.
Try this:
// Only change code below this line
Mod edit: solution redacted
// Only change code above this line
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
hello, try this.
function makeList(arr) {
// Only change code below this line
const failureItems = ;
for (let i = 0; i < arr.lenght; i++){
failureItems.push('