Wix Code: Read More Text - NOT WORKING

Hello,

Im attempting to set up a “read more” text feature and following this article located here:

https://support.wix.com/en/article/wix-code-tutorial-creating-a-show-more-link

After following all the steps, I am getting a error after I entered everything in correctly. See image. Please advise.

looks like you need to define fullText outside the onReady scope.

Try moving let fullText; above the $w.onReady... line.