Functions 3, help required

This is a pain in the rear, but could anybody look at these two and tell me where the difference is?

This was a unique solution until I pared it down to be the exact copy of Chris’ code below: https://codepen.io/EsdKC/pen/eYJLNJK

Chris’ code: https://codepen.io/EsdKC/pen/XWXPbXP

I could start anew, of course, but I’m at the end of my wits as to why this is not working. I’ve been trying to debug it for four hours now…

Thank you.

Hello @EsdKC

hope that everything is going fine with you

you have type error you write para.textContext and it should be para.textContent

hope that help and have a nice day

1 Like

This is positively mortifying. I must have reread and missed the typo a dozen times.

Thank you a bunch and a half.

Hello @EsdKC
i got cought for many type error that why i prefer to use IDE or any text editor that support auto complete

IDE like https://www.eclipse.org/ or Apache NetBeans Releases or WebStorm: Features last one is not free

I’ll look into it. Thank you.

you welcome :slight_smile: