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