Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

get last element of array javascript

let colors = ["red", "yellow", "green"];
let lastELement = colors[colors.length - 1]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #element #array #javascript
ADD COMMENT
Topic
Name
2+8 =