Created
September 4, 2019 09:05
-
-
Save indreklasn/cb956545945dc28f936e38ea17c8da4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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