Skip to main content

Hacker

Module to generate hacker/IT words and phrases.

Overview

There are methods for different parts of speech, such as {{$hacker.abbreviation}}, {{$hacker.adjective}}, {{$hacker.noun}}, {{$hacker.verb}}, and {{$hacker.ingverb}}. Alternatively, {{$hacker.phrase}} creates a longer phrase combining these words.


creditCardNumber

Returns a random hacker/IT abbreviation.

Returns: string

Examples

{{$hacker.abbreviation}}  // 'AGP'

adjective

Returns a random hacker/IT adjective.

Returns: string

Examples

{{$hacker.adjective}}  // 'online'

ingverb

Returns a random hacker/IT verb for continuous actions (en: ing suffix; e.g. hacking).

Returns: string

Examples

{{$hacker.ingverb}}  // 'copying'

noun

Returns a random hacker/IT noun.

Returns: string

Examples

{{$hacker.noun}}  // 'feed'

phrase

Generates a random hacker/IT phrase.

Returns: string

Examples

{{$hacker.phrase}}  // 'We need to transmit the neural SDD port!'

verb

Returns a random hacker/IT verb.

Returns: string

Examples

{{$hacker.verb}}  // 'reboot'