helpers plugin
See live
1.0.18
1.0.18
Getting started
Installation
Prototypes
Array
first()
last()
findById()
findIndexById()
filterById()
compare()
Types
isBoolean()
isString()
isObject()
isArray()
isFunction()
isNumber()
Content
isNotEmptyObject()
isNotEmptyArray()
isNotEmptyString()
Getting started
Installation
Prototypes
Array
first()
last()
findById()
findIndexById()
filterById()
compare()
Types
isBoolean()
isString()
isObject()
isArray()
isFunction()
isNumber()
Content
isNotEmptyObject()
isNotEmptyArray()
isNotEmptyString()
last()
Gets the last element of the array.
const
items = [
'🍌'
,
'🍎'
,
'🍊'
] items.
last
()