Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Translate task description to Portuguese in the concat function docum…
…entation.
  • Loading branch information
gabifs committed Dec 13, 2025
commit ad3b63c9144a3be36767bcfead023f6d6efd469f
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
# Concatenar arrays tipados

Given an array of `Uint8Array`, write a function `concat(arrays)` that returns a concatenation of them into a single array.
Dado um array de `Uint8Array`, escreva uma função `concat(arrays)` que retorna uma concatenação deles em um único array.