Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Request - generate words starting with letter #17

@sitedev3

Description

@sitedev3

Would love to see an option that will generate random words starting with a specific letter (parameter a-z).

Something like

let generateRandomWordStartingWith = wordList.filter(function (word) {
  return word[0].toLowerCase() === 'a';
});

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions