You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Chad.
First of all, I want to thank you for your awesome course on Pluralsight. Enjoyed watching it.
Trying out the sample page, "src/final.html", I have gotten the following error:
"final.html:638 Uncaught ReferenceError: showInfo is not defined at HTMLElement.onclick"
Thinking showInfo perhaps is an old name of openInfo, I made changes in line 60 from onclick="showInfo();" to v-on:click="openInfo" to fix it.
Am I right on this?
Sung Hah.
The text was updated successfully, but these errors were encountered:
Hello, Chad.
First of all, I want to thank you for your awesome course on Pluralsight. Enjoyed watching it.
Trying out the sample page, "src/final.html", I have gotten the following error:
"final.html:638 Uncaught ReferenceError: showInfo is not defined at HTMLElement.onclick"
Thinking
showInfo
perhaps is an old name ofopenInfo
, I made changes in line 60 fromonclick="showInfo();"
tov-on:click="openInfo"
to fix it.Am I right on this?
Sung Hah.
The text was updated successfully, but these errors were encountered: