mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-10-01 00:36:51 +02:00
327 B
327 B
Complete this quiz in class
- To refer to specific item in an array, you would use a
- square bracket
[]
- index
- curly braces
{}
- How do you get the number of items in an array
- The
len(array)
method - The property
size
on the array - The
length
property on the array