John Liu

Results 1 comments of John Liu

Using internal function Array.prototype.at() to get the last element of array. ```javascript [1, 2, 3].at(-1); // 3 ```