Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 101 Bytes

File metadata and controls

10 lines (9 loc) · 101 Bytes

Test case: array length

JavaScript:

collection.length

Python:

len(collection)