File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ */
You can’t perform that action at this time.
0 commit comments