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