Array
Arrays (Topic)
This topic contains all functions that are directly related to Arrays:
.first() – returns the first element of an array.
.last() – returns the last element of an array.
.toHtml() – returns an
HTML table structure representing the array.
Basic JavaScript functions in this category:
-
-
Array (overview page) on
MDN.