Skip to content

Commit 7e8b85f

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ alert(buffer.byteLength); // 16
2525
- برای دسترسی به بایت‌های جداگانه، یک شی "View" دیگر لازم است، نه `buffer[index]`.
2626
```
2727
28-
یک ناحیه از حافظه است. چه چیزی در آن ذخیره می‌شود؟ هیچ سرنخی وجود ندارد. فقط یک دنباله خالی از بایت‌ها`ArrayBuffer`.
2928
30-
**برای دستکاری کردن یک `ArrayBuffer`، ما باید از یک شی "View" استفاده کنیم.**
29+
یک ناحیه از حافظه است. چه چیزی در آن ذخیره می‌شود؟ هیچ سرنخی `ArrayBuffer` .وجود ندارد. فقط یک دنباله خالی از بایت‌ها
30+
31+
**استفاده کنیم "View" ما باید از یک شی ،`ArrayBuffer` برای دستکاری کردن یک
3132
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`.
3233
3334
For instance:

0 commit comments

Comments
 (0)