We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135fdb9 commit 75bb3e8Copy full SHA for 75bb3e8
4-binary/01-arraybuffer-binary-arrays/01-concat/task.md
@@ -1,4 +1,4 @@
1
2
-# Concatenate typed arrays
+# 타입이 지정된 배열 연결하기
3
4
-Given an array of `Uint8Array`, write a function `concat(arrays)` that returns a concatenation of them into a single array.
+주어진 `Uint8Array`의 배열을 하나의 배열로 연결하여 반환하는 함수 `concat(arrays)`를 작성하십시오.
0 commit comments