delete the following folder in test dir hasClass and arrayToHtmlList

This commit is contained in:
King
2018-01-28 14:42:45 -05:00
parent c3643f5cac
commit 31076c2749
4 changed files with 0 additions and 47 deletions

View File

@ -1,3 +0,0 @@
const arrayToHtmlList = (arr, listID) =>
arr.map(item => (document.querySelector('#' + listID).innerHTML += `<li>${item}</li>`));
module.exports = arrayToHtmlList