Jemin Kikanijemin.hashnode.dev·Feb 29, 2024Day 6 : what is an Math Methods And Number Methods in javascript ?The syntax for Math any methods is : Math.method(number) Math.round():- Math.round(x) returns the nearest integer. Example:- Math.round(4.6); // 5 Math.round(4.3); // 4 Math.ceil():- Math.ceil(x) returns the value of x rounded up to its nearest...math.cos()Add a thoughtful commentNo comments yetBe the first to start the conversation.