Last active 1755679414

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