We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53dae43 commit 8d4b226Copy full SHA for 8d4b226
problem45/problem.md
@@ -0,0 +1,11 @@
1
+
2
+## Practice Problem 45
3
4
+**Write an arrow function where it will do the following:**
5
6
+1. It will take an array where the array elements will be the
7
+name of your friends
8
9
+2. Check if the length of each element is even, push elements
10
+with even length to a new array and return the result
11
+Print the result.
problem45/problem45.js
@@ -0,0 +1,18 @@
+/*
12
13
14
15
16
+*/
17
18
0 commit comments