Ad
ES2015
Babel

Write a function 'pi' which should return 3.14 or 3.13. You can use only functions from Math library except Math.PI.

Good luck!

const pi = () => {
    
}

pi()