Skip to content

Commit

Permalink
[신규 번역] Part 3 2.1 ArrayBuffer, binary arrays 과제 번역(#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
NaamuKim authored and Violet-Bora-Lee committed Sep 18, 2022
1 parent 135fdb9 commit 75bb3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 4-binary/01-arraybuffer-binary-arrays/01-concat/task.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# Concatenate typed arrays
# 타입이 지정된 배열 연결하기

Given an array of `Uint8Array`, write a function `concat(arrays)` that returns a concatenation of them into a single array.
주어진 `Uint8Array`의 배열을 하나의 배열로 연결하여 반환하는 함수 `concat(arrays)`를 작성하십시오.

0 comments on commit 75bb3e8

Please sign in to comment.