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

364
Vistas
Uncaught TypeError: document.write(...) is not a function

When using Self-Invoking Functions I got the following error:

Uncaught TypeError: document.write(...) is not a function at index.html:86:29

the entire code:

document.write('<br />')
      //second soloution:
      const anonymousFunc3 = function (x, y) {
        if (x === 'undefined') {
          x = 0 // assign a value to x in case that 'x' is "undefined"
        }
        if (y === 'undefined') {
          y = 0
        }
        return x + y
      }
      document.write(anonymousFunc3())
      document.write('<br />')
      //5
      //this way, the function is executed itself, without any call!

      (function () {
        document.write('Ok!')
        //alert('')
      }
    )()

And here I'm adding a picture of the browser to more clear the problem: enter image description here

Could anyone explain it to me?

I also found that if I place the error-pane code within another <script> tag, the error will be gone! Please take a look at the following codes to more understand:

<script>
.
.
.
</script>
<script>
 (function () {
        document.write('Ok!')
        //alert('')
 })()
</script>


Till now, I don't know the why?

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