Examples with "JavaScript'te işlev" and their translation in Engels
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.
Bu örnek, JavaScript'te işlev kapanışlarının yerel olmayan değişkenlerini başvuru yoluyla yakaladığını gösterir.
This example shows that, in JavaScript, function closures capture their non-local variables by reference.
Ok işlevleri ilk olarak 6. Baskı - ECMAScript 2015'te tanıtıldı. JavaScript'te işlev yazmak için sözdizimini kısaltırlar. Ok işlevleri doğası gereği anonimdir; oluşturulduktan sonra onları çağırmak için onlara atıfta bulunacak bir değişkene ihtiyaç vardır.
Arrow functions were first introduced in 6th Edition - ECMAScript 2015. They shorten the syntax for writing functions in JavaScript. Arrow functions are anonymous in nature; a variable is needed to refer to them in order to invoke them after their creation.
Andere resultaten
JavaScript'te, işlev bildirimleri ayrıştırma zamanı sırasında değil, çalışma süresi sırasında tanımlanmaz.
In JavaScript, function declarations are not defined during parse time, but during run time.
JavaScript'te, başka bir işlev içindeki bir işlevi bildirirseniz, dış işlevin yerel değişkenleri, geri döndükten sonra erişilebilir kalabilir.
In JavaScript, if you declare a function within another function, then the local variables of the outer function can remain accessible after returning from it.
JavaScript'te, başka bir işlev içinde bir işlev bildirirseniz, yerel değişkenler aradığınız işlevden döndükten sonra erişilebilir kalır.
In JavaScript, if you declare a function within another function, the local variables remain accessible after returning from the function you called.
(JavaScript'te, başka bir işlev içinde bir işlev bildirdiğinizde, iç işlevler yeniden oluşturulur/ yeniden oluşturulur her zaman dış fonksiyon denir.)
(In JavaScript, whenever you declare a function inside another function, the inside function(s) is/are recreated again each time the outside function is called.)
JavaScript'te nesneler, işlevlerle aynı şekilde oluşturulur; bu bir işlev nesnesi olarak bilinir.
In JavaScript, objects are created in the same way as functions; this is known as a function object.
JavaScript'te, function anahtar sözcüğünü başka bir işlev içinde kullanırsanız, bir kapatma işlemi oluşturursunuz.
In JavaScript, if you use the function keyword inside another function, you are creating a closure.
JavaScript'te, function anahtar sözcüğünü başka bir işlev içinde kullanırsanız, bir kapatma işlemi oluşturursunuz.
In JavaScript, using simple terms, if we create a function inside another function, we are creating a closure.
JavaScript'te blok kapsamı olmadığından - yalnızca işlev kapsamı - işlev oluşturma işlevini yeni bir işlevle sararak, "i" değerinin istediğiniz gibi kaldığından emin olursunuz.
Since there is no block scope in JavaScript - only function scope - by wrapping the function creation in a new function, you ensure that the value of "i" remains as you intended.
JavaScript'te, g işlevi yalnızca g etki alanında bildirilen değişkenlere erişemez, aynı zamanda f ana işlev bölgesinde belirtilen bildirilen değişkenlere de erişebilir.
In JavaScript the function g can not only access any variables declared in scope g but also access any variables declared in the scope of the parent function f.
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.