String, JavaScript'te ilkel bir veri türüdür.
String, JavaScript'te ilkel bir veri türüdür.
JavaScript'te bu, aynı değer ve tür anlamına gelir.
In JavaScript it means of the same value and type.
JavaScript'te fonksiyonlar bir isme sahip olabileceği gibi isimsiz de olabilirler.
In JavaScript, functions can have no name as well.
Aşağıdaki örnek, JavaScript'te bir nesne oluşturmanın en kolay yolunu gösterecektir.
The following example will show you the simplest way to create an object in JavaScript.
JavaScript'te yalnızca bir sayı türü vardır ve bu da bir nesnedir.
In JavaScript, there's only a number type, and it too is an object.
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.
JavaScript'te bu tamamen yanlıştır ve eksiktir.
In JavaScript, this is completely wrong and wrongly incomplete.
Bunun için daha fazlası var. undefined JavaScript'te bir anahtar kelime değil.
The word undefined is not a keyword in JavaScript.
JavaScript'te, sadece objects ve arrays 'ler mutable'dır, primitive values mutable değildir.
In JavaScript, only objects and arrays are mutable, not primitive values.
İlk karakteri "değiştiremeyiz" çünkü JavaScript'te karakter dizileri değiştirilemez.
We can't "replace" the first character, because strings in JavaScript are immutable.
Geri bildirim fonksiyonları JavaScript'te sıklıkla kullanılır.
Anonymous functions are often used in JavaScript.
Veriler doğrudan web sayfasında görüntülenmek yerine JavaScript'te işlenir.
The data is processed in JavaScript instead of being directly displayed on the web page.