Examples with "scope in JavaScript" and their translation in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
CommonJS defines a module format to solve JavaScript scope outside the browser and npm supports this.
CommonJS define un formato de módulo para resolver el alcance de JavaScript fuera del navegador y npm lo admite.
Scope is a special javascript object which plays the role of joining controller with the views.
Alcance es un objeto de javascript especial que desempeña el papel de controlador de unirse con los puntos de vista.
A good next step is to use your newfangled knowledge of JavaScript's scopes to wrap your head around closures.
Un buen paso siguiente es utilizar su conocimiento newfangled de los ámbitos de JavaScript para envolver su cabeza alrededor de cierres.
An immediately-invoked function expression is a pattern which produces a lexical scope using JavaScript's function scoping.
Una expresión de función inmediatamente invocada es un patrón el cual produce un scope léxico usando las funciones de scoping de Javascript.
With the console, you can execute arbitrary JavaScript in the same scope as the JavaScript currently being debugged.
Con la consola, se puede ejecutar código JavaScript arbitrario del mismo ámbito en el que JavaScript está siendo depurado.
The anonymous function is declared first and when that function is called it can access the alice variable because alice is in the same scope (JavaScript does variable hoisting).
La función anónima se declara primero, y cuando se llama a esa función, puede acceder a la variable alice porque alice está en el mismo ámbito (JavaScript hace la elevación de variables).
An important detail of nested functions in JavaScript is that they can access variables in their parent function's scope
Un detalle importante de las funciones anidadas en JavaScript es que pueden acceder a las variables del entorno de sus funciones padres
This is due to how name resolution in JavaScript works, the name of the function is always made available in the local scope of the function itself.
Esto se debe a la forma en como trabaja la resolución de nombres en JavaScript, el nombre de la función esta siempre disponible en el ámbito local de la propia función.
There are other techniques that make even more advanced object-oriented programming in JavaScript, but those are beyond the scope of this introductory article. References
Hay otras técnicas que hacen incluso programación orientado a objetos más avanzada en JavaScript, pero que están fuera del alcance de este artículo introductorio.
An important difference between JavaScript and other languages like Java is that in JavaScript, blocks do not have scope; only functions have scope.
Una diferencia importante de otros lenguajes como Java es que en JavaScript, los bloques no forman un ámbito. Solo las funciones forman un ámbito.
In JavaScript, arguments are passed by value to a function.
En JavaScript, los argumentos se pasan por valor a una función.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.