Forked from postgres123/gist:097557718aec4e8da731f9972d39f5da

Last active 1755932294

add.js Raw
1function add (a, b) {
2 return Numer(a) + Number(b)
3}