strint icon indicating copy to clipboard operation
strint copied to clipboard

Seems not to be working

Open 7flash opened this issue 8 years ago • 2 comments

With NodeJS 6.6.0 environment I get next results:

strint.add('800', '9567') - Expected: '10367', instead got: '1367' strint.add('99', '1') - Expected: '100', instead got: '1'

Are these examples working in any other environment?

7flash avatar May 15 '17 21:05 7flash

Same error for me with NodeJS v6.11.4

IlPesso avatar Nov 16 '17 10:11 IlPesso

It's 2019 :)

// node v10
> const strint= require('./strint');
undefined
> strint.add('9','1');
'1'

dagolinuxoid avatar Apr 16 '19 06:04 dagolinuxoid