We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07447e commit ea9e1adCopy full SHA for ea9e1ad
doc/ja/array/constructor.md
@@ -19,9 +19,7 @@
19
20
new Array(count + 1).join(stringToRepeat);
21
22
-### In Conclusion
+### 終わりに
23
24
-The use of the `Array` constructor should be avoided as much as possible.
25
-Literals are definitely preferred. They are shorter and have a clearer syntax;
26
-therefore, they also increase the readability of the code.
+`Array`コンストラクターの使用は出来る限り避けてください。リテラルが当然望ましい形です。それらは、短かく明快な文法にもってるいる為に、コードの可読性を高めてくれます。
27
0 commit comments