Skip to content

Commit a463991

Browse files
authored
Merge pull request #303 from MoisesTR/doc_filter_result
Add Exercise Questions for Filters
2 parents 95fff67 + 9273451 commit a463991

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
1. **Create** an array called numbers with the next elements
2+
`array` = [21,10,5,9,100,2,5,6,90,25,14,32]
3+
2. **Filter** the numbers greater than 10
4+
3. **Print** the result of filter
5+
6+
**Expected Output**:
7+
[21,100,90,25,14,32]

0 commit comments

Comments
 (0)