mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-10-04 10:11:47 +02:00
moving folders
This commit is contained in:
13
js-basics/4-arrays-loops/.github/pre-lecture-quiz.md
vendored
Normal file
13
js-basics/4-arrays-loops/.github/pre-lecture-quiz.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
*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
|
Reference in New Issue
Block a user