Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
orange
javascript
Wiki
Home
Home
· Changes
Page history
orange created page: coding
authored
Jun 07, 2016
by
orange
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
6cb345d3
...
...
@@ -27,7 +27,7 @@ console.log(b);
[
1
,
2
,
3
,
4
,
5
].
sum
();
```
-
Array.prototype.reduce를 사용하여 아래 배열의
값
을 구하세요.
-
Array.prototype.reduce를 사용하여 아래 배열의
합
을 구하세요.
```
js
...
...