This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
Web-Dev-For-Beginners
mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
577a2aa170
Web-Dev-For-Beginners
/
js-basics
/
4-arrays-loops
/
.github
/
pre-lecture-quiz.md
327 B
Raw
Blame
History
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