UNPKG

add-string

Version:

Add 2 Strings

12 lines (8 loc) 246 B
**Add 2 Strings As if they are Integers** ``` var addString = require("add-string") let res = addString("56458876789789789","9876573223277"); console.log(res); ``` **console output**: 56468753363013066 <br/> Note: output will also be a string