For example, if the simple module were imported into two different JavaScript scopes, changes in one scope can be observed in the other scope.
Jeżeli na przykład do dwóch różnych zakresów JavaScript zostanie zaimportowany prosty moduł, zmiany dokonane w jednym zakresie będą widoczne w pozostałych zakresach.
Other results
The module is loaded into a specific JavaScript scope, such as XUL script or JavaScript XPCOM script, using Components.utils.import.
Moduł jest ładowany w ramach określonego zakresu JavaScript, takiego jak skrypt XUL lub skrypt JavaScript XPCOM, za pomocą metody Components.utils.import.
The module is loaded into a specific JavaScript scope, such as XUL script or JavaScript XPCOM script, using Components.utils.import() or Components.utils["import"]().
Moduł jest ładowany w ramach określonego zakresu takiego jak skrypt XUL lub skrypt JavaScript XPCOM, za pomocą metody Components.utils.import. Poniżej przedstawiono przykład prostego modułu JavaScript
JavaScript provides the global scope, and its in this scope that all JavaScript code exists.
Global Variables - A global variable has global scope which means it is defined everywhere in your JavaScript code.
Zmienne globalne - zmienna globalna ma globalny zasięg, co oznacza, że wszędzie jest zdefiniowany w kodzie JavaScript.
For example, when trying to access a variable named foo inside the scope of a function, JavaScript will lookup the name in the following order
Na przykład, kiedy próbujemy odczytać zmienną foo wewnątrz zasięgu funkcji, JavaScript będzie szukać nazwy w określonej kolejności
The eval function will execute a string of JavaScript code in the local scope.
Funkcja eval uruchomi podany string jako kod JavaScript w lokalnym zasięgu (scopie).
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.
No results found for this meaning.
Synonyms and analogies of "JavaScript scopes" in English