Skip to content

Commit 343bef5

Browse files
authored
Update article.md
1 parent 9a967b7 commit 343bef5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

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

0 commit comments

Comments
 (0)