Fake Mirrors
    Preparing search index...

    Function randomName

    • Generate a random readable name.

      Creates a random string of 2-8 lowercase letters. Useful for generating temporary names, usernames, or human-readable identifiers.

      Returns string

      A random string of 2-8 lowercase letters

      const name = randomName()
      console.log(name) // e.g. "quickfox" or "ab"