• How’s working the option of ‘Fire JavaScript’?

    I have a code but it doesn’t working:

    const envio = document.querySelector(‘#enviar’);
    const textoLibre = document.querySelector(‘#hello’);

    function texto() {
    textoLibre.textContent = ‘Hola’;
    }

    envio.addEventListener(‘click’, texto);`

    The page I need help with: [log in to see the link]

  • The topic ‘FIRE JAVASCRIPT OPTION NOT WORKING’ is closed to new replies.