Download for Windows Premium
Advertising
JavaScript'teki bir
Did you mean: JavaScript

Examples with "JavaScript'teki bir" and their translation in English

We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
JavaScript'teki bir kapatma, tıpkı bir işlev çıktığında olduğu gibi tüm yerel değişkenlerin bir kopyasını tutmak gibidir.
A closure in JavaScript is like keeping a copy of all the local variables, just as they were when a function exited.
JavaScript'teki bir kapanma, bir işlevden çıkıldığında olduğu gibi, tüm yerel değişkenlerin bir kopyasını tutmak gibidir.
A closure in JavaScript is like keeping a copy of all the local variables, just as they were when a function exited.
JavaScript'teki bir işlev yalnızca bir dizi komutun referansı değildir (C dilinde olduğu gibi), aynı zamanda kullandığı tüm yerel olmayan değişkenlere referanslardan oluşan gizli bir veri yapısını da içerir (yakalanan değişkenler).
A function in JavaScript is not just a reference to a set of instructions (as in C language), but it also includes a hidden data structure which is composed of references to all nonlocal variables it uses (captured variables).
for... in Başkaları tarafından bahsedilen sözdizimi, bir nesnenin özellikleri üzerinde döngü yapmak içindir; JavaScript'teki bir Array, sayısal özellik adlarına sahip bir nesne olduğundan (ve otomatik olarak güncellendiğinden) lengthözellik), teorik olarak onunla bir Dizi üzerinde döngü yapabilirsiniz.
The for... in syntax mentioned by others is for looping over an object's properties; since an Array in JavaScript is just an object with numeric property names (and an automatically-updated length property), you can theoretically loop over an Array with it.
FONKSİYON: JavaScript'teki bir işlev fabrika gibidir.
FUNCTION: A function in JavaScript is like a factory.

Other results

JavaScript'teki her işlev bir kapatma olarak kabul edilebilir.
Every function in JavaScript can be considered a closure.
JavaScript'teki Hatayı uzatmanın iyi bir yolu nedir?
What's a good way to extend Error in JavaScript?
JavaScript'teki değişkenler hakkında başka bir olağandışı şey, istisna olmaksızın daha sonra bildirilen bir değişkene başvurabilmenizdir.
Another unusual thing about variables in JavaScript is that you can refer to a variable declared later, without getting an exception.
Bu kavram kaldırma olarak bilinir; JavaScript'teki değişkenler bir anlamda "kaldırılmış" veya işlev veya ifadenin üstüne kaldırılmışlardır.
This concept is known as hoisting; variables in JavaScript are in a sense "hoisted" or lifted to the top of the function or statement.
JavaScript'teki her şey bir nesneden oluştuğu için, her JavaScript programı doğal olarak çok sayıda komut çizelgesi (hash table) aramaları içerir.
Since everything (bar core types) in JavaScript is an object, any JavaScript program naturally involves a great deal of hash table lookups.
Bu, JavaScript'teki kapanışları kullanmadaki yaygın hatayı açıklar.
This describes the common mistake with using closures in JavaScript.
JavaScript'teki bütün ifadeler noktalı virgül ile bitmelidir.
Every statement in JavaScript must end with a semicolon.
JavaScript'teki kapanışların normalde işlevsel dillerde bulunanlardan farklı olduğundan şüpheleniyorum.
I suspect that closures in JavaScript differ from those normally found in functional languages.
No results found for this meaning.
Advertising

Results: 31. Exact: 5. Elapsed time: 58 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200