Answers for "show the round of value in javascript"

21

rounding off in javascript

var avg=10.55;
console.log(Math.round(avg)); //Prints 11
Posted by: Guest on May-08-2020

Code answers related to "show the round of value in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language