Posts by Alan Taranti • 5 points
1 post
-
-1
votes2
answers58
viewsA: How do I include text with the result in my innerHTML modal?
The function Document.getElementsByClassName returns a Array, as multiple elements may have the specified class. Change of document.getElementsByClassName('modal-text').innerHTML for…