== Array ==

Arrays (Topic)

This topic contains all functions that are directly related to Arrays: * [[toolbox:arrays:first:index|.first()]] – returns the first element of an array. * [[toolbox:arrays:last:index|.last()]] – returns the last element of an array. * [[toolbox:arrays:tohtml:index|.toHtml()]] – returns an HTML table structure representing the array. Basic JavaScript functions in this category: * [[mdn>Web/JavaScript/Reference/Global_Objects/Array/forEach|Array.prototype.forEach()]] on MDN. * [[mdn>Web/JavaScript/Reference/Global_Objects/Array/some|Array.prototype.some()]] on MDN. * [[mdn>Web/JavaScript/Reference/Global_Objects/Array|Array]] (overview page) on MDN.