UNPKG
add-string
Version:
latest (1.1.0)
1.1.0
1.0.0
Add 2 Strings
add-string
/
README.md
12 lines
(8 loc)
•
246 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
**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