La palabra clave this no hace referencia a la función que esta ejecutándose actualmente, por lo que debes referirte a los objetos Function por nombre, incluso dentro del cuerpo de la función.
The this keyword does not refer to the currently executing function, so you must refer to Function objects by name, even within the function body.
Ver Function para obtener información sobre las propiedades y métodos de los objetos Function.
Para más información, ver la propiedad prototype del objeto Function en la Referencia de JavaScript.
See the prototype property of the Function object in the JavaScript reference for more information.
Descripción El objeto Function reconduce el método toString en forma de declaración de función.
Description The Array object overrides the toString method of Object.
Descripción El objeto Function reconduce el método toString en forma de declaración de función.
For Function objects, the toString method returns a string representation of the object in the form of a function declaration.
Véase el objeto Function en la referencia JavaScript para más información. Parametros de función
See the substring method of the String object in the JavaScript Reference for more information.
Para llamar al objeto Function, puedes especificar el nombre de la variable como si fuera una función, como se muestra en el siguiente ejemplo.
To call the Function object, you can specify the variable name as if it were a function, as shown in the following examples.
Además de estar disponible como variable local, el objeto arguments también es una propiedad del objeto Function y puede estar precedida por el nombre de la función.
In addition to being available as a local variable, the arguments array is also a property of the Function object and can be preceded by the function name.
Resulta que las funciones en sí mismas son objetos, y estos objetos a su vez tienen métodos (ver el objeto Function).
It turns out that functions are, themselves, objects, and these objects in turn have methods (see the Function object).
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.