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.
Other results
Strings are not value types, but in Javascript they behave like value types, so they will be "equal" when the characters in the string are the same and when they are of the same length (as explained in the third rule)
Dizeler değer türleri değildir, ancak Javascript'te değer türleri gibi davranırlar, bu nedenle dizedeki karakterler aynı olduğunda ve aynı uzunlukta olduklarında (üçüncü kuralda açıklandığı gibi) "eşit" olurlar
=== operator in javascript checks value as well as type where as == operator just checks the value (does type conversion if required).
Javascript'teki === operatörü değeri, operatörün == sadece değeri kontrol ettiği tipini (gerekirse tipi dönüştürür) kontrol eder.
=== operator in javascript checks value as well as type where as == operator just checks the value (does type conversion if required).
javascript'teki === operatörü değeri olduğu gibi türünü de kontrol eder, burada == operatörü yalnızca değeri kontrol eder (gerekirse dönüşüm türünü yazar).
Assignment operators are used to assign values to JavaScript variables.
Atama operatörleri JavaScript değişkenlerine değer atamak için kullanılır.
As you already know, Array objects grow and shrink dynamically and can have any JavaScript value.
Bildiğiniz gibi, Array nesneleri dinamik olarak büyür ve küçülür ve herhangi bir JavaScript değerine sahip olabilir.
Behind the scenes, Shortcuts automatically encodes and decodes your returned value to communicate between JavaScript and the Shortcuts app.
Perde arkasında, Kestirmeler döndürülen değeri otomatik olarak kodlayıp kodunu çözerek JavaScript ile Kestirmeler uygulaması arasında iletişim kurar.
In JavaScript, only objects and arrays are mutable, not primitive values.
JavaScript'te, sadece objects ve arrays 'ler mutable'dır, primitive values mutable değildir.
In JavaScript, you can still work with those values, but they are to be understood as objects.
JS de bu değerlerle çalışmaya devam edebilirsiniz ancak bunlar nesne olarak anlaşılmalıdır.
We'll talk about variables later, but in JavaScript it is possible to declare a variable without assigning a value to it.
Daha sonra değişkenlerden bahsedeceğiz, ancak şimdiden belirtmeliyiz ki JavaScript'te değer atamadan da değişken tanımlamak mümkündür.
In JavaScript, primitives are copied by value, and objects are copied by reference.
JavaScript'te, ilkel değerler değer olarak ve nesneler/diziler referans olarak iletilir.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.