Company
Module to generate company related entries.
Overview
To generate a random company name, use name()
. This is localized in many locales.
To generate jargon-filled company catchphrases and buzzwords, use catchPhrase()
or buzzPhrase()
.
Related Modules
- For products and commerce, use
faker.commerce
. - For finance-related entries, use
faker.finance
.
buzzAdjective
Returns a random buzz adjective that can be used to demonstrate data being viewed by a manager.
Available since v8.0.0
Returns: string
function buzzAdjective(): string;
Examples
faker.company.buzzAdjective() // 'one-to-one'
Source
buzzNoun
Returns a random buzz noun that can be used to demonstrate data being viewed by a manager.
Available since v8.0.0
Returns: string
function buzzNoun(): string;
Examples
faker.company.buzzNoun() // 'paradigms'
Source
buzzPhrase
Generates a random buzz phrase that can be used to demonstrate data being viewed by a manager.
Available since v8.0.0
Returns: string
function buzzPhrase(): string;
Examples
faker.company.buzzPhrase() // 'cultivate synergistic e-markets'
Source
buzzVerb
Returns a random buzz verb that can be used to demonstrate data being viewed by a manager.
Available since v8.0.0
Returns: string
function buzzVerb(): string;
Examples
faker.company.buzzVerb() // 'empower'
Source
catchPhrase
Generates a random catch phrase that can be displayed to an end user.
Available since v2.0.1
Returns: string
function catchPhrase(): string;
Examples
faker.company.catchPhrase() // 'Upgradable systematic flexibility'
Source
catchPhraseAdjective
Returns a random catch phrase adjective that can be displayed to an end user..
Available since v2.0.1
Returns: string
function catchPhraseAdjective(): string;
Examples
faker.company.catchPhraseAdjective() // 'Multi-tiered'
Source
catchPhraseDescriptor
Returns a random catch phrase descriptor that can be displayed to an end user..
Available since v2.0.1
Returns: string
function catchPhraseDescriptor(): string;
Examples
faker.company.catchPhraseDescriptor() // 'composite'
Source
catchPhraseNoun
Returns a random catch phrase noun that can be displayed to an end user..
Available since v2.0.1
Returns: string
function catchPhraseNoun(): string;
Examples
faker.company.catchPhraseNoun() // 'leverage'
Source
name
Generates a random company name.
Available since v7.4.0
Returns: string
function name(): string;
Examples
faker.company.name() // 'Zieme, Hauck and McClure'