Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 4, 2019 09:05
Show Gist options
  • Save indreklasn/cb956545945dc28f936e38ea17c8da4f to your computer and use it in GitHub Desktop.
Save indreklasn/cb956545945dc28f936e38ea17c8da4f to your computer and use it in GitHub Desktop.
const fruits = [
"Apple",
"Watermelon",
"Orange",
"Pear",
"Cherry",
"Strawberry",
"Nectarine",
"Grape",
"Mango",
"Blueberry",
"Pomegranate",
"Carambola",
"Plum",
"Banana",
"Raspberry",
"Mandarin",
"Jackfruit",
"Papaya",
"Kiwi",
"Pineapple",
"Lime",
"Lemon",
"Apricot",
"Grapefruit",
"Melon",
"Coconut",
"Avocado",
"Peach"
];
console.table(fruits);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment