get tail of list js code example Example: get last element in array in js var array = ['red','green','yellow'] console.log(array[array.length-1])