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.
Aberta
- Linguagem predominante
- TypeScript
- Estrelas
- 1.1k
- Forks
- 156
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
hello
//js section
function hello(){
console.log("hi");
}
When I clicked that hello content, it would show some error message likeit does not define.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.