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];
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];