+ 2
Why won't anything get evaluated?
I tried to make a tag that would evaluate every operation inside of it, using the inner HTML and the eval function in JavaScript, but nothing was being evaluated. Can someone help me, please? https://code.sololearn.com/WozOcnic3uFe/?ref=app
3 Respuestas
+ 5
The getElementsByTagName function returns an array.
So use evaler[0].innerHtml
+ 3
NUHEEN Thank you; that was a surprisingly quick and easy fix!
+ 2
PresidentOfYes12 your welcome!
Happy to help.
😊😊