Find out the value of PI in JavaScript
Description
The following code shows how to find out the value of PI.
Example
console.log(Math.PI);
The code above generates the following result.
The following code shows how to find out the value of PI.
console.log(Math.PI);
The code above generates the following result.