0
How to acces .innerHTML from object
I tried accessing innerHTML from a predefined objectâ method. It didn't work. (Not inside SoloLearn, in Editey) How would I access it?
2 Answers
0
I meant if I had that in an object, like this:
https://code.sololearn.com/W6kUHNxnV9jZ/?ref=app
0
I see... try to put hello between quotation marks ==> doc.id("hello")
I tested like this way and it worked well.