last element js array code example Example: javascript last element of array let arr = [1,2,3] arr[arr.length - 1] //returns last element in an array