Answers for "To access the last element of an array marks[10]"

1

how to get last element of array

const lastItem = colors[colors.length - 1]
Posted by: Guest on April-19-2021

Code answers related to "To access the last element of an array marks[10]"

Code answers related to "Javascript"

Browse Popular Code Answers by Language