array9 Array.prototype.at() https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at Array.prototype.at() - JavaScript | MDN The at() method takes an integer value and returns the item at that index, allowing for positive and negative integers. Negative integers count back from the last item in the array. developer.mozilla.org at() 메소드는 정수 인덱스 값을 가지고 인덱스 정수 번째에 위치한 아이템을 반환한다. 인덱스는 음수와 양수가 가.. 2021. 11. 2. 이전 1 2 3 다음