0

dont understand this code..??

function max(a, b) { (a >= b) return ; return b; }

11th Jan 2017, 2:02 PM
Rene Rodriguez
Rene Rodriguez - avatar
2 Réponses
+ 1
the first return will create an error. it's a greater value return script
11th Jan 2017, 3:53 PM
Louis Milotte
Louis Milotte - avatar
0
thank you
12th Jan 2017, 2:45 PM
Rene Rodriguez
Rene Rodriguez - avatar