In normalem Code bezieht sich arguments.callee auf die umschließende Funktion.
In normal code arguments.callee refers to the enclosing function.
Beide haben in normalem Code ein erhebliches Maß an fragwürdigem Verhalten: eval fügt Bindings hinzu, entfernt sie oder ändert Binding-Werte, während arguments durch seine indizierten Eigenschaften benannten Argumenten Aliase gibt.
Both involve a considerable amount of magical behavior in normal code: eval to add or remove bindings and to change binding values, and arguments by its indexed properties aliasing named arguments.
In normalem Code fügt eval("var x;") eine Variable x in die umgebende Funktion oder den globalen Gültigkeitsbereich ein.
In normal code eval("var x;") introduces a variable x into the surrounding function or the global scope.
Bei normalem Code passiert bei der Zuweisung zu NaN nichts weiter; der Entwickler erhält keine Fehlermeldung.
In normal code assigning to NaN does nothing; the developer receives no failure feedback.
Es ist auch möglich, eine Storyboardanimation mithilfe von normalem Code zu definieren.
It's possible to define a storyboarded animation using code too, but that's less common.
Er verhindert die Ausführung von missbräuchlichem Code durch Kontrolle des Zugriffes auf den Speicher (lesen, schreiben, Zugriff auf Programmcode sowie Kombinationen davon) und dies, ohne die Ausführung von normalem Code zu verhindern.
It prevents execution of improper code by controlling access to memory (read, write, or execute access; or combinations thereof) and is designed to do so without interfering with execution of proper code.
Wie auch immer, ich werde dir in diesem Kurs die Grundlagen von OOP vorstellen, wir werden OOP Code mit normalem Code vergleichen und ich überlasse es dir, welche Version du benutzen willst.
Anyway, in this course I'll show you the basics of OOP, we will compare OOP to non OOP code and I leave it up to you, which version you want to use.
Mit diesem Attribut definieren Sie einen Variablennamen für das Storyboard, damit andere Elemente im XAML-Code und in normalem Code später auf das Storyboard verweisen können.
This attribute is how you define a variable name for the Storyboard, so that other elements in XAML as well as code can refer to the Storyboard later.
Er verhindert die Ausführung von missbräuchlichem Code durch Kontrolle des Zugriffes auf den Speicher (lesen, schreiben, Zugriff auf Programmcode sowie Kombinationen davon) und dies, ohne die Ausführung von normalem Code zu verhindern.
It prevents execution of improper code by controlling access to memory (read, write, or execute access; or combinations thereof) and is designed to do so without interfering with execution of proper code.