while (start < end) {
[this.data[start], this.data+] = [this.data+, this.data[start]];
start++;
end--;
}
배열 뒤집기
이게 되네 ㅅㅂㅋㅋㅋㅋㅋㅋ
while (start < end) {
[this.data[start], this.data+] = [this.data+, this.data[start]];
start++;
end--;
}
배열 뒤집기
이게 되네 ㅅㅂㅋㅋㅋㅋㅋㅋ
댓글 0