Array
๐ง under construction
Last updated
Was this helpful?
๐ง under construction
Last updated
Was this helpful?
โฉ โฉ โฉ โฉ Array
(Object)
an ordered collection of .
each value is called an .
each element has a numeric position in the array, known as its .
JavaScript arrays are untyped:
an array element may be of any .
different elements of the same array may be of different types.
- ้ฃๆฅๆๆๅ ็ด ใๅไฝตๆไธๅๅญไธฒใ
- ๅๅณ็ฌฌไธๅ็ฌฆๅๆขไปถ็ๅ ็ด ใๅฆๅๅๅณ ใ
- returns index of first matching element, -1
otherwise.
- ๅคๆท้ฃๅๆฏๅฆๅ ๅซ็นๅฎๅ ็ด ใ
- ๆธฌ่ฉฆ้ฃๅไธญๆฏๅฆๆ็ฌฆๅๆขไปถ็ๅ ็ด ใ
- returns true if every element satisfies the condition.
Guides โฉ โญ๏ธ
โฉ
codepen โฉ