mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-10-01 08:46:53 +02:00
14 lines
327 B
Markdown
14 lines
327 B
Markdown
*Complete this quiz in class*
|
|
|
|
1. To refer to specific item in an array, you would use a
|
|
|
|
- [ ] square bracket `[]`
|
|
- [ ] index
|
|
- [ ] curly braces `{}`
|
|
|
|
2. 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
|