Skip to content

Commit 9a967b7

Browse files
authored
Update article.md
1 parent 7e8b85f commit 9a967b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

4-binary/01-arraybuffer-binary-arrays/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ alert(buffer.byteLength); // 16
2626
```
2727
2828
29-
یک ناحیه از حافظه است. چه چیزی در آن ذخیره می‌شود؟ هیچ سرنخی `ArrayBuffer` .وجود ندارد. فقط یک دنباله خالی از بایت‌ها
29+
یک ناحیه از حافظه است. چه چیزی در آن ذخیره می‌شود؟ هیچ سرنخی .وجود ندارد. فقط یک دنباله خالی از بایت‌ها `ArrayBuffer`
3030
3131
**استفاده کنیم "View" ما باید از یک شی ،`ArrayBuffer` برای دستکاری کردن یک
3232
A view object does not store anything on its own. It's the "eyeglasses" that give an interpretation of the bytes stored in the `ArrayBuffer`.

0 commit comments

Comments
 (0)