We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78607c8 commit 9f96e9cCopy full SHA for 9f96e9c
Exercises-And-Solutions/exercises/14-array-exercise.md
@@ -1,3 +1,5 @@
1
+## Array Exercise
2
+
3
1. Create an array called fruits that contains the following elements: "apple", "banana", "orange". Now check if "orange" is in the fruits array.
4
5
2. Given an array of numbers, write a function that returns the sum of all the even numbers in the array.
0 commit comments