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