UNPKG

295 BMarkdownView Raw
1# syllable
2
3```js
4// usage
5chance.syllable()
6```
7
8Return a semi-speakable syllable, 2 or 3 letters
9
10```js
11chance.syllable();
12=> 'fop'
13```
14
15The syllable is returned in all lower case.
16
17A syllable generally alternates between vowel and consonant and is used as the
18core building block for a word.