The usage of length

What is the use of

length? How to use
generally? Under what circumstances can I use
?

Mar.02,2021

Array.length

can be used for arrays.

for objects, you can use if the object has a length property.


https://developer.mozilla.org.

what length, array are you talking about? Function? String?


when judging length

Menu