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

159
Vistas
From where is The arguments object called inside of an function?

When you call object 'arguments' inside of an function, where does this variable come from? So in other words, where is it defined? Lets look with an example:

function func1(a) {
        console.log(arguments[0]);
    }
    
    func1("yellow");

I'm gonna make an extreme wild guess here and id say it comes from the static property defined in func1 since it contains the static property func1.arguments but i could be wrong. func1 however also contains other static properties such as 'length' and 'name' can these be called the same way as shown in the above example?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

It is defined in the specification.

It is provided by the JS engine when the function is called.

How that is done is an implementation detail of the specific JS engine.

about 4 years ago · Juan Pablo Isaza Denunciar
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