Syntax
   Math.floor(value);
   Math.floor( 40.95); //  40
   Math.floor(-48.95); // -49Example Program:- (Editor)
Editor is Loading...
Advertisement
tháng 3 29, 2016 / in javascript, javascript Beginner / with No comments / 
 
   Math.floor(value);
   Math.floor( 40.95); //  40
   Math.floor(-48.95); // -49
0 nhận xét:
Đăng nhận xét