Forked from postgres123/gist:097557718aec4e8da731f9972d39f5da

Last active 1755932294

WhatWhat revised this gist 1755932294. Go to revision

No changes

WhatWhat revised this gist 1755932246. Go to revision

1 file changed, 1 deletion

gistfile1.txt (file deleted)

@@ -1 +0,0 @@
1 - uu

WhatWhat revised this gist 1755932230. Go to revision

No changes

WhatWhat revised this gist 1755931481. Go to revision

1 file changed, 1 insertion

gistfile1.txt(file created)

@@ -0,0 +1 @@
1 + uu

postgres123 revised this gist 1755679414. Go to revision

1 file changed, 1 insertion, 1 deletion

add.js

@@ -1,3 +1,3 @@
1 1 function add (a, b) {
2 - return a + b
2 + return Numer(a) + Number(b)
3 3 }

postgres123 revised this gist 1755676547. Go to revision

1 file changed, 0 insertions, 0 deletions

gistfile1.txt renamed to add.js

File renamed without changes

postgres123 revised this gist 1755660505. Go to revision

1 file changed, 3 insertions

gistfile1.txt(file created)

@@ -0,0 +1,3 @@
1 + function add (a, b) {
2 + return a + b
3 + }
Newer Older