Forked from postgres123/gist:097557718aec4e8da731f9972d39f5da

Last active 1755932294

Revision fa4952671e5b8e3f0325fd21cfbd89d992e3d8b0

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