• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

179
Views
llamar a una función de devolución de llamada con ()

No entiendo por qué una función de devolución de llamada definida con () solo se ejecuta inmediatamente y nunca más. Por ejemplo:

 <body> <button type="button">Click Me!</button> <script> const buttonElement = document.querySelector('button'); function sayHello(e){ console.log("hello") } buttonElement.addEventListener('click', sayHello()); // function sayHello will be executed imidiately only once buttonElement.addEventListener('click', sayHello); // function sayHello will be executed only when button is clicked </script> </body>

¿Por qué el primer EventListener se ejecutará inmediatamente y nunca volverá a funcionar?

about 3 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error