odin-js-fundamentals-part-4/05_sumAll/sumAll.js

7 lines
89 B
JavaScript
Raw Normal View History

const sumAll = function() {
};
// Do not edit below this line
module.exports = sumAll;