Solution 1 :
Getting the maximum element of an array using reduce
Getting the minimum element of an array using reduce
Solution 2 :
Getting the maximum element of an array using apply
Getting the minimum element of an array using apply
Solution 3 :
Getting the maximum element of an array using for loop
Getting the minimum element of an array using for loop
Getting the maximum element of an array using reduce
Getting the minimum element of an array using reduce
Solution 2 :
Getting the maximum element of an array using apply
Getting the minimum element of an array using apply
Solution 3 :
Getting the maximum element of an array using for loop
Getting the minimum element of an array using for loop
No comments