There was an error while loading. Please reload this page.
1 parent c926ad2 commit 7e8b85fCopy full SHA for 7e8b85f
1 file changed
4-binary/01-arraybuffer-binary-arrays/article.md
@@ -25,9 +25,10 @@ alert(buffer.byteLength); // 16
25
- برای دسترسی به بایتهای جداگانه، یک شی "View" دیگر لازم است، نه `buffer[index]`.
26
```
27
28
-یک ناحیه از حافظه است. چه چیزی در آن ذخیره میشود؟ هیچ سرنخی وجود ندارد. فقط یک دنباله خالی از بایتها`ArrayBuffer`.
29
30
-**برای دستکاری کردن یک `ArrayBuffer`، ما باید از یک شی "View" استفاده کنیم.**
+یک ناحیه از حافظه است. چه چیزی در آن ذخیره میشود؟ هیچ سرنخی `ArrayBuffer` .وجود ندارد. فقط یک دنباله خالی از بایتها
+
31
+**استفاده کنیم "View" ما باید از یک شی ،`ArrayBuffer` برای دستکاری کردن یک
32
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`.
33
34
For instance:
0 commit comments