1.0.0 • Published 10 years ago
wordCounting v1.0.0
WordCounting
Count the number of words in a given string.
Install
$npm install wordCountingUsage
const wordCounting = require('wordCounting');
wordCounting('SOME STRING') // --> 21.0.0
10 years ago