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.prototype.forEach() on MDN.
- Array.prototype.some() on MDN.
- Array (overview page) on MDN.