I want to use InnerHtml method on my element and insert an img element inside. This is what I do so far:
img
td.innerHTML = `${imgs[data[i]]}>`; var