Forked from postgres123/gist:097557718aec4e8da731f9972d39f5da

Last active 1755932294

Revision 017e7f2ed0891d88375a3e969b3a2d35f87714f4

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