sum-digit
Sum the digits of a number.
Features
Install
npm install --save sum-digit
Usage
const sumDigit = ; ;//=> 6 ;//=> 19 ;//=> 6 ;//=> NaN ; // without parameter this function will throw a type error//=> TypeError: expects Numeric value got undefined
Author
Prosen Ghosh prosenghosh25@gmail.com (https://bd.linkedin.com/in/prosen-ghosh-baba9aa8)
License
- MIT