This commit is contained in:
Angelos Chalaris
2017-12-20 11:59:41 +02:00
parent 08ebac0341
commit d26d4b30e9
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### arrayToHtmlList
Converts the given array elements into '<li>' tags and appends them to the list of the given id.
Converts the given array elements into `<li>` tags and appends them to the list of the given id.
Use `Array.map()` and `document.querySelector()` to create a list of html tags.