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