odin-default-js-exercises/05_sumAll/sumAll.js

7 lines
89 B
JavaScript
Raw Permalink Normal View History

const sumAll = function() {
};
2017-08-24 13:26:01 +00:00
// Do not edit below this line
module.exports = sumAll;