blague-npm
Version:
Un nouveau module de blagues français/english via npm
20 lines (19 loc) • 542 B
JavaScript
const array = [
{
joke: "Why the girafes have a long neck",
response: "Because they have smelly feets"
},
{
joke: "Which animal have the more teeths",
response: "The little mouse"
},
{
joke: "What's the best thing about Switzerland",
response: "I don't know, but the flag is a big plus"
},
{
joke: "Hear about the new restaurant called Karma",
response: "There's no menu: you get what you deserve"
}
];
module.exports = array;