Skip to content

Commit 19158ec

Browse files
problem 47 adding completed
1 parent 75b3156 commit 19158ec

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

problem47/problem.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
## Practice Problem 47
4+
5+
**Write an arrow function where it will do the following:**
6+
1. It will take two array inputs
7+
2. Combine the two arrays and assign them in a new array
8+
3. Find the maximum number from the new array and return the
9+
result
10+
11+
**Print the result.**
12+
13+
14+
problem getting source : https://drive.google.com/file/d/1Ut8t4Ed8V-U0Axtz4nbIXJhmxvMEMUe9/view

problem47/problem47.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
3+
Write an arrow function where it will do the following:**
4+
1. It will take two array inputs
5+
2. Combine the two arrays and assign them in a new array
6+
3. Find the maximum number from the new array and return the
7+
result
8+
9+
Print the result.
10+
11+
12+
problem getting source : https://drive.google.com/file/d/1Ut8t4Ed8V-U0Axtz4nbIXJhmxvMEMUe9/view
13+
14+
*/

0 commit comments

Comments
 (0)