const d = new Date(); let year = d.getFullYear(); Math.PI; // 3.141592653589793 Math.round(4.7); // 5 Math.ceil(4.4); // 5 Math.floor(4.7); // 4 Math.random(); // 0 to 1