JS: Array.prototype
JS: Array.prototype.lastIndexOf
By Xah Lee. Date:
2017-03-09
. Last updated:
2025-05-10
.
similar to
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
Web Dev Search 🔍
HTML
CSS
JS
JS Obj Ref
DOM
SVG
JS Obj Ref
Global Object
Global Object
Special Objects
Object
Object.prototype
Array
Array.prototype
Function
Function.prototype
RegExp
RegExp.prototype
Date
Date.prototype
Set
Set.prototype
Map
Map.prototype
Symbol
Proxy
Promise
Iterator
Static Objects
JSON
Math
Reflect
Primitive Wrapper
String
String.prototype
Number
Number.prototype
Boolean
BigInt
Constant Literals
Infinity
NaN
undefined
Simple Functions
eval
isFinite
isNaN
parseInt
parseFloat
encodeURI decodeURI
encodeURIComponent decodeURIComponent
escape unescape