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.
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.1k
- Forks
- 156
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
hello
//js section
function hello(){
console.log("hi");
}
When I clicked that hello content, it would show some error message likeit does not define.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.