# Hacker [[toc]] ## Abbreviation Return random abbreviation ```js faker.hacker.abbreviation(); // SMTP ``` ## Adjective Return random adjective ```js faker.hacker.adjective(); // wireless ``` ## Noun Return random noun ```js faker.hacker.noun(); // capacitor ``` ## Phrase Return random phrase ```js faker.hacker.phrase(); // Try to reboot the SQL bus, maybe it will bypass the virtual application! ``` ## Verb Return random verb ```js faker.hacker.verb(); // parse ``` ## -ing Verb Return random ingverb ```js faker.hacker.ingverb(); // programming ```