// Math = built-in object that provides a
// collection of properties and methods
let x = 3;
let y = 2;
let z = 1;
//console.log(Math.PI);
//console.log(Math.E);
//z = Math.round(x);
//z = Math.floor(x);
//z = Math.ceil(x);
//z = Math.trunc(x);
//z = Math.pow(x, y);
//z = Math.sqrt(x);
//z = Math.log(x);
//z = Math.sin(x);
//z = Math.cos(x);
//z = Math.tan(x);
//z = Math.abs(x);
//z = Math.sign(x);
let max = Math.max(x, y, z);
let min = Math.min(x, y, z);
console.log(min);
On this page of the site you can watch the video online Why the Math object in JavaScript is useful (javascript tutorial 6) with a duration of hours minute second in good quality, which was uploaded by the user Raya Evolution 01 January 1970, share the link with friends and acquaintances, this video has already been watched 20 times on youtube and it was liked by 1 viewers. Enjoy your viewing!