We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca97a11 commit 97dc9e4Copy full SHA for 97dc9e4
docs/2-browser-apps/05-array/index.md
@@ -50,7 +50,7 @@ document.write([3, 2, 1][0]);
50
51
<Answer>
52
53
-`[3, 2, 1]` で配列が生成され、`[0]` で 0 番目の要素が指定されているので、3 と表示されます。
+`[3, 2, 1]` で配列が生成され、`[0]` で 0 番目の要素が指定されているので、`3` と表示されます。
54
55
<ViewSource url={import.meta.url} path="_samples/array" />
56
0 commit comments