July 1998
Intermediate to advanced
1456 pages
65h 5m
English
length — NN 2 IE J1 ECMA 1
Read-only
A count of the number of characters in the string. String values dynamically change their lengths if new values are assigned to them or if other strings are concatenated.
for (var i = 0; i < myString.length; i++) {
...
}Integer.
Read now
Unlock full access