Create Strings using Template Literals no

// change code below this line
const resultDisplayArray = arr.map(val => <li class="text-warning">${val}</li>);
// change code above this line

Template strings were used.
not working.

there is a known issue in this challenge. Search the forum and compare your error with what you find. If you have the exact same issue, then skip for now. Otherwise, post what error you are seeing for further help. (also you may want to post the full code)

Thank you very much for your help. i will try it.