Skip to content

Commit ea9e1ad

Browse files
committed
translate "In Conclusion" in "Array" to ja
1 parent d07447e commit ea9e1ad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/ja/array/constructor.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919

2020
new Array(count + 1).join(stringToRepeat);
2121

22-
### In Conclusion
22+
### 終わりに
2323

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.
24+
`Array`コンストラクターの使用は出来る限り避けてください。リテラルが当然望ましい形です。それらは、短かく明快な文法にもってるいる為に、コードの可読性を高めてくれます。
2725

0 commit comments

Comments
 (0)