ES6: Create Strings using Template Literals – Freecodecamp

I tried solving below problem, passed 3 out of 4 conditions. I’m not able to find anymore errors in my code below. But still it says “failuresList should be an array containing result failure messages.” Link:https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/es6/create-strings-using-template-literals Problem:Use template literal syntax with backticks to create an array of list element (li) strings. Each list element’s text … Read more