let max = Math.max(3, 54, 32, 16); console.log(max); // 54 let min = Math.min(3, 54, 32, 16); console.log(min); // 3
← requestAnimationFrame js控制台的常见错误类型 →