Javascript Basic 10 Objects, Math.floor()

Published: 24 July 2022
on channel: viRan Code
0

Javascript Objects
Number to Integer

Math.round(x) Returns x rounded to its nearest integer
Math.ceil(x) Returns x rounded up to its nearest integer
Math.floor(x) Returns x rounded down to its nearest integer
Math.trunc(x) Returns the integer part of x (new in ES6)
Math.pow(x, y) returns the value of x to the power of y:
Math.abs(x) returns the absolute (positive) value of x:
Math.min() and Math.max() //Math.min(0, 150, 30, 20, -8, -200);


On this page of the site you can watch the video online Javascript Basic 10 Objects, Math.floor() with a duration of hours minute second in good quality, which was uploaded by the user viRan Code 24 July 2022, share the link with friends and acquaintances, this video has already been watched times on youtube and it was liked by 0 viewers. Enjoy your viewing!