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
doesn't work for html tags onclick event; only JS functionality works fine. When we declare the onclick event inside the html tag doesn't work, it will show some undefined error message in the browser console section.
#62
Open
Alexmaxwell7 opened this issue
Aug 31, 2023
· 1 comment
hello
//js section
function hello(){
console.log("hi");
}
When I clicked that hello content, it would show some error message likeit does not define.
The text was updated successfully, but these errors were encountered: