student, Coder, Programmer
Nothing here yet.
The Math.trunc() a static JavaScript function accessed using a Math object is used to get the integer portion of a floating-point number. it eliminates all fractional digits and truncates the number to the right of it. it only takes a single paramete...

I think most people know about "LinkedIn" but maybe some people don't, so for those people in the beginning We talk about "What is Linkedin" LinkedIn is a social networking site designed specifically for the business community. made by Microsoft in 2...

Math.round() is a static JavaScript Function that is accessed by Math class and The function rounds the number to its nearest integer with two decimal places. if decimal part >0.5. it's rounded to a higher absolute value or f decimal part < 0.5. it's...
