JS: Array.prototype
JS: Array.prototype.lastIndexOf
By Xah Lee. Date:
2017-03-09
. Last updated:
2025-05-10
.
similar to
JS: Array.prototype.indexOf
but search start from right.
JavaScript. Array Search
JS: Array.prototype.indexOf
JS: Array.prototype.lastIndexOf
JS: Array.prototype.find
JS: Array.prototype.findLast
JS: Array.prototype.findIndex
JS: Array.prototype.findLastIndex
JS: Array.prototype.includes
Search 🔍
HTML
CSS
JS
JS Obj Ref
DOM
SVG
JS Obj Ref
Global Object
Global Object
Primitive Wrapper
Number
Boolean
String
BigInt
Special Objects
Object
Array
Function
RegExp
Date
Set
Map
Symbol
Proxy
Promise
Iterator
Static Objects
JSON
Math
Reflect
Constant Literals
Infinity
NaN
undefined
Simple Functions
eval
isFinite
isNaN
parseInt
parseFloat
encodeURI decodeURI
encodeURIComponent decodeURIComponent
escape unescape