Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to get last element of array in javascript

const colors = ['black', 'white', 'red', 'yellow'];
const yellow = colors.at(-1);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #element #array #javascript
ADD COMMENT
Topic
Name
5+4 =