property:length;return type:numbercontent:ใช้นับจำนวนข้อมูลที่มีใน arrayexample:var arr = new Array ( "bamboo", "labcode" ); alert ( arr.length );