Sign In
Curriculum
Create List
Mark as Completed
Create List
Write a function called
createList
that takes an array of strings and creates a new unordered list (ul) element with a list item (li) element for each string in the array. The function should return the newly created ul element.
Click to go back
Click to go forward
Refresh preview
Console
Submit
Solution
00:00
Previous Lesson
Next Lesson