b2gain
function find_max(nums){ let max_num = Number.NEGATIVE_INFINITY; for (let num of num){ max_num = num; } return max_num }
Tradingassetsolution | Register Account

Register












You agree to our Terms and Conditions