mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-23 03:09:21 +08:00
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
function add(a, b) {
|
|
return a + b
|
|
}
|
|
|
|
module.exports =
|
|
{
|
|
add
|
|
} |