[@qodestack/utils](../../README.md) / [text](../README.md) / getRandomPronounceableWord

# Function: getRandomPronounceableWord()

> **getRandomPronounceableWord**(`lenth?`): `string`

Defined in: [text.ts:65](https://github.com/qodesmith/utils/blob/c8fab201f6be19f3a72a76d2430b77244cece7bb/src/text.ts#L65)

Generates a random pronounceable word by alternating between consonants and
vowels, starting with a consonant.

## Parameters

### lenth?

`number` = `5`

## Returns

`string`

A randomly generated pronounceable word.
