Translation of "JavaScript's" in Turkish
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
One of JavaScript's most powerful features is the availability of closures.
JavaScript'in en güçlü özelliklerinden biri de closure 'lara sahip olmasıdır.
Closures are JavaScript's answer to class-based, object oriented programing.
Kapanışlar, JavaScript'in sınıf tabanlı, nesne yönelimli programlamaya cevabıdır.
Sometimes we can make use of JavaScript's dynamic nature in this fashion to simplify our tests.
Bazen, testlerimizi basitleştirmek için JavaScript dinamik yapısını bu şekilde kullanabiliriz.
Think of JavaScript's difference between null and undefined.
What is JavaScript's highest integer value that a number can go to without losing precision?
Bir sayının hassasiyetini kaybetmeden gidebileceği JavaScript'in en yüksek tamsayı değeri nedir?
While this is often considered to be one of JavaScript's weaknesses, the
What are JavaScript's weaknesses?
JavaScript'in zayıf yönleri nelerdir?
While this is often considered to be one of JavaScript's weaknesses, the prototypal inheritance model is in fact more powerful than the classic model.
Çoğu zaman bu modelin JavaScript'in zayıf yönlerinden biri olduğu söylense de, aslında prototip model klasik modelden daha güçlüdür.
In the following examples, I'll show you how to work with JavaScript's Date object to get the current year, month, day, time... down to the millisecond!
Aşağıdaki örneklerde, size geçerli yıl, ay, gün, saat... değerini milisaniyeye indirmek için JavaScript'in Date nesnesinde nasıl çalışacağınızı göstereceğim!
By increasing your proficiency in manipulating the DOM, you are better able to utilize JavaScript's interactive capabilities and modify web elements.
DOM'ı manipüle etme konusundaki uzmanlığınızı artırarak, JavaScript'in etkileşimli yeteneklerini daha iyi kullanabilir ve web öğelerini değiştirebilirsiniz.
JavaScript's popularity is due entirely to its role as the scripting language of the WWW.
JavaScript'in popülerliği tamamen onun WWW için betik dili olmasından ileri gelir.
JavaScript's for loop is the same as that in C and Java: it lets you provide the control information for your loop on a single line.
JavaScript'de for döngüsü aynı C ve Java'daki gibidir, döngünün kontrol bilgisini tek bir satıra yazmanıza olanak sağlar.
Do not use JavaScript's Date object to perform date and time calculations in older web browsers, as ECMAScript 5.1 and lower has a design flaw that may use daylight saving time incorrectly.
JavaScript kullanmayın Date ECMAScript 5.1 ve daha düşük olan eski web tarayıcılarında tarih ve saat hesaplamaları gerçekleştirecek nesne tasarım hatası Bu, gün ışığından yararlanma saatini yanlış kullanabilir.