DEV Community

Discussion on: Js question

 
cyril_ogoh profile image
ogoh cyril

Thats the answer๐Ÿ˜‚๐Ÿ˜‚

Var a = [10,4,6,7,9];

// Find the minimum value
var b = math.min(a);

console.log(b)