Answers for "find the size of array in js"

-6

js length of array

arr = ["a", "b", "c"];
len = arr.length; // 3
Posted by: Guest on January-22-2021

Code answers related to "find the size of array in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language