Elemento de acceso de acceso JavaScript

let newLength = myList.push(myElm);

myList[newLength - 1] // This then equals myElm
garzj