Skip to content

Commit efb653b

Browse files
authored
Merge pull request #205 from DieuKoukiFactori/master
ArrayBuffer, binary arrays
2 parents 49041de + c6fec7d commit efb653b

File tree

3 files changed

+123
-124
lines changed

3 files changed

+123
-124
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
# Concatenate typed arrays
2+
# Concaténation de tableaux typés
33

4-
Given an array of `Uint8Array`, write a function `concat(arrays)` that returns a concatenation of them into a single array.
4+
En passant un tableau de `Uint8Array`, écrivez une fonction `concat(arrays)` qui retourne une concaténation dans un seul tableau.

0 commit comments

Comments
 (0)