This website requires JavaScript.
Explore
Help
Sign In
tod
/
odin-default-js-exercises
Watch
1
Star
0
Fork
You've already forked odin-default-js-exercises
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d28d80c46f
odin-default-js-exercises
/
sumAll
/
sumAll.js
6 lines
57 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Clean up the oopsie. Rebuild the blank exercises.
2021-05-08 12:39:21 +00:00
const
sumAll
=
function
(
)
{
}
add sumAll
2017-08-24 13:26:01 +00:00
sumAll
2017-12-15 19:43:38 +00:00
module
.
exports
=
sumAll
;