“JavaScript OnClick Evento Agregar elemento HTML” Código de respuesta

Cómo agregar el evento OnClick en JavaScript

var element = document.getElementById("elem");
element.onclick = function(event) {
  console.log(event);
}
TC5550

JavaScript OnClick Evento Agregar elemento HTML

     <button onclick="right()"class="fas fa-arrow-alt-circle-right right" style="width:50px;height:50px;padding: 130px;"></button> 
Condemned Chinchilla

Respuestas similares a “JavaScript OnClick Evento Agregar elemento HTML”

Preguntas similares a “JavaScript OnClick Evento Agregar elemento HTML”

Más respuestas relacionadas con “JavaScript OnClick Evento Agregar elemento HTML” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código