Skip to content

Commit

Permalink
Update 16-basic-test-exercise.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sajidhamdard authored Mar 14, 2024
1 parent 9f96e9c commit 2fdf2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Exercises-And-Solutions/exercises/16-basic-test-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Create an array of numbers. Now filter out all the numbers from the array where

### Question 9

Convert below array
Convert below array:

```
[[1,2], [3,4], [5,6], [7,8], [9,10]]
Expand All @@ -73,7 +73,7 @@ to

### Question 10

Print below pattern
Print below pattern:

```
1 2 3 4 5
Expand Down

0 comments on commit 2fdf2ce

Please sign in to comment.