You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
295 B
18 lines
295 B
# syllable
|
|
|
|
```js
|
|
// usage
|
|
chance.syllable()
|
|
```
|
|
|
|
Return a semi-speakable syllable, 2 or 3 letters
|
|
|
|
```js
|
|
chance.syllable();
|
|
=> 'fop'
|
|
```
|
|
|
|
The syllable is returned in all lower case.
|
|
|
|
A syllable generally alternates between vowel and consonant and is used as the
|
|
core building block for a word.
|
|
|