Strings are a primitive data type in JavaScript.
String is a primitive data type in JavaScript.
This describes the common mistake with using closures in JavaScript.
Every function in JavaScript can be considered a closure.
Every statement in JavaScript must end with a semicolon.
JavaScript'teki bütün ifadeler noktalı virgül ile bitmelidir.
Most values in JavaScript have properties, the exceptions being null and undefined.
Javascript'te neredeyse her şey bir nesnedir. null ve undefined istisna vardır.
The following example will show you the simplest way to create an object in JavaScript.
Aşağıdaki örnek, JavaScript'te bir nesne oluşturmanın en kolay yolunu gösterecektir.
This example shows that, in JavaScript, function closures capture their non-local variables by reference.
Bu örnek, JavaScript'te işlev kapanışlarının yerel olmayan değişkenlerini başvuru yoluyla yakaladığını gösterir.
The word undefined is not a keyword in JavaScript.
Bunun için daha fazlası var. undefined JavaScript'te bir anahtar kelime değil.
I suspect that closures in JavaScript differ from those normally found in functional languages.
JavaScript'teki kapanışların normalde işlevsel dillerde bulunanlardan farklı olduğundan şüpheleniyorum.
We can't "replace" the first character, because strings in JavaScript are immutable.
İlk karakteri "değiştiremeyiz" çünkü JavaScript'te karakter dizileri değiştirilemez.
Anonymous functions are often used in JavaScript.
Geri bildirim fonksiyonları JavaScript'te sıklıkla kullanılır.
The data is processed in JavaScript instead of being directly displayed on the web page.
Veriler doğrudan web sayfasında görüntülenmek yerine JavaScript'te işlenir.