0

I've found an array that is a jagged array. I need to find the maximum value of this array. I need to find the solution I can only use JavaScript. Please Help the array is down below.

const array= [2,4,10,[12,4,[100,99],4],[3,2,99],0];
  • 1
    Question number five on this topic: 1. [how to Find the maximum number in a jagged array given below array of numbers?](https://stackoverflow.com/q/72288202) 2. [how to find the maximum number in a jagged array using javascript?](https://stackoverflow.com/q/72288396) 3. [find the maximum number of an array in javascript](https://stackoverflow.com/q/72288696) 4. [Find Biggest number from an nested array with javascript](https://stackoverflow.com/q/72289927) – VLAZ May 18 '22 at 13:29

0 Answers0