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 f978ff5 commit 182d369Copy full SHA for 182d369
Sprint-1/stretch/aoc-2018-day1/solution.js
@@ -0,0 +1,3 @@
1
+function sum(list) {
2
+ return list.reduce((a, b) => a + b, 0);
3
+}
0 commit comments