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()
first()
Gets the first element of the array.
const
items = [
'🍌'
,
'🍎'
,
'🍊'
] items.
first
()