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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e4d03bcd32
softchris-patch-7
main
softchris-patch-6
softchris-patch-5
softchris-patch-4
copilot/fix-1408
softchris-patch-1
softchris-patch-3
announce-genai
softchris-patch-2
upgrade-quiz-app
juliamuiruri4-patch-1
sara/config-codespaces
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e4d03bcd32'
${ noResults }
Web-Dev-For-Beginners
/
2-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