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
{{ message }}
This repository was archived by the owner on Feb 9, 2024. It is now read-only.
I am unable to call functions metioned inside postscribe script. So let's say I have added func - function myFunction() { console.log("Calling func") let carName = "Volvo"; document.getElementById("demo1").innerHTML = typeof carName + " " + carName; }
And inside div I am calling this function with onclick. But I am getting error as "myFunction is undefined." Is this a limitation to postscribe ? Or am I doing something wrong ?