7 ms·
Literally the first example on that page: > Math.floor( 45.95); // 45 > Math.floor(-45.95); // -46 Its not like its hidden or anything... Its in the center
by Stormcaller 11y ago
Literally the first example on that page:
> Math.floor( 45.95); // 45
> Math.floor(-45.95); // -46
Its not like its hidden or anything... Its in the center of the page on my 1920x1080 screen.