array length in javascrpt code example Example: js length of array arr = ["a", "b", "c"]; len = arr.length; // 3