3 lines
62 B
Text
3 lines
62 B
Text
|
|
fcn numStringPlusOne(s){1+s}
|
||
|
|
numStringPlusOne("123") //-->124
|