Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
# به‌هم پیوستن آرایه‌های typed

Given an array of `Uint8Array`, write a function `concat(arrays)` that returns a concatenation of them into a single array.
یک آرایه‌ از `Uint8Array` داده شده است. یک تابع `concat(arrays)` بنویسید که آن‌ها را در یک آرایه‌ی واحد به هم متصل کند و برگرداند.
Loading