+3
where are this property(length)definition>
7/23/2018 7:05:51 PM
1 Answer
+4
Length returns the length of its object. Examples: alert([1, 2, 3].length); // 3 alert("Hello".length); // 5
Send us a message