weirdanimalsjs
Version:
js framework that generates random animals with an adjective
140 lines (138 loc) • 2.48 kB
JavaScript
module.exports = class Language {
firstWord = [
"Handsome",
"Ancient",
"Round",
"Triangular",
"Big",
"Painful",
"Smooth",
"Southern",
"Long",
"Energetic",
"Wet",
"Fresh",
"Angry",
"Foreign",
"Organized",
"Crunchy",
"Thirsty",
"Funny",
"Disciplined",
"Short",
"Beautiful",
"Deep",
"Insignificant",
"Intelligent",
"Transparent",
"Creamy",
"Slim",
"Weak",
"Respectful",
"Cheap",
"Happy",
"Cute",
"Sharp",
"Fast",
"Ugly",
"Fragile",
"Calm",
"Bright",
"Bad",
"Oily",
"Violent",
"Curly",
"Good",
"Silky",
"Pure",
"Black",
"Kind",
"Corrupt",
"Ridiculous",
"Hot",
"Shy",
"Expensive",
"Lightweight",
"Talkative",
"Sad",
"Dark",
"Clean",
"Untimely",
];
secondWord = [
"Dog",
"Puppy",
"Turtle",
"Rabbit",
"Parrot",
"Cat",
"Kitten",
"Goldfish",
"Mouse",
"Tropical fish",
"Hamster",
"Cow",
"Rabbit",
"Ducks",
"Shrimp",
"Pig",
"Goat",
"Crab",
"Deer",
"Bee",
"Sheep",
"Fish",
"Turkey",
"Dove",
"Chicken",
"Horse",
"Crow",
"Peacock",
"Dove",
"Sparrow",
"Goose",
"Stork",
"Pigeon",
"Turkey",
"Hawk",
"Bald eagle",
"Raven",
"Parrot",
"Flamingo",
"Seagull",
"Ostrich",
"Swallow",
"Black bird",
"Penguin",
"Robin",
"Swan",
"Owl",
"Woodpecker",
"Crab",
"Fish",
"Seal",
"Octopus",
"Shark",
"Seahorse",
"Walrus",
"Starfish",
"Whale",
"Penguin",
"Jellyfish",
"Squid",
"Lobster",
"Pelican",
"Clams",
"Seagull",
"Dolphin",
"Shells",
"Sea urchin",
"Cormorant",
"Otter",
"Pelican",
"Sea anemone",
"Sea turtle",
"Sea lion",
"Coral",
]
}