Skip to content

Commit 3c08eb7

Browse files
lex111non4me
andauthored
Update 4-binary/02-text-decoder/article.md
Co-Authored-By: non4me <post@itman.ru>
1 parent f2d78fd commit 3c08eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

4-binary/02-text-decoder/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let uint8Array = new Uint8Array([228, 189, 160, 229, 165, 189]);
3939
alert( new TextDecoder().decode(uint8Array) ); // 你好
4040
```
4141

42-
Мы так же может декодировать часть бинарного массива вычленив подмассив :
42+
Мы можем декодировать часть бинарного массива, создав подмассив массива:
4343

4444

4545
```js run

0 commit comments

Comments
 (0)