JavaScript Math functions for beginners.
In JavaScript, Math is a built-in object that allows you to perform mathematical operations on the Number type. Math is not a constructor function. It is a property of the implicit global object.
Here are some, let's check them out.
1. round
round() ...
ravithemore.hashnode.dev2 min read
Akash Ojha
Pursuing my love for building products that people love.
Really helpful, saved it ✨