In “mx= Math.max(a,b)”, max is a:
Answers
Answered by
1
You can use Math.max() to compare multiple values, like this:
Width = Math.max(a.width, b.width, c.width, d.width);
That should help simplify things.
Explanation:
Hope it helps
mark me brilliant
Similar questions