Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

142
Vistas
JavaScript code unintentionally runs twice

google develop mode

It seems that the submit event function is executed twice while creating the personal project comment function. The vm729 comment.js file floating in the developer tools seems to be the problem. This is the code in the comment.js file.

import 'regenerator-runtime';

const detailContainer = document.querySelector('.detail__container');
const form = document.getElementById('commentForm');
const textarea = form.querySelector('textarea');
const button = form.querySelector('button');

async function handleSubmit(event) {
 event.preventDefault();
 const text = textarea.value;
 if (text === '') {
   return;
 }
 const { cafeid } = detailContainer.dataset;
 const response = await fetch(`/comments/cafes/${cafeid}`, {
   method: 'POST',
   headers: {
     'Content-Type': 'application/json',
   },
   body: JSON.stringify({ text }),
 });
 console.log(response);
 textarea.value = '';
}

form.addEventListener('submit', handleSubmit);
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda