0

I have a question, I am a new JavaScript developer, I'm not sure why my modules are not exporting. This is what I tried.

var add = function(a, b) {
    return a+b
}
module.exports = {
    add: add
}

0 Answers0