Ad
  • Custom User Avatar

    I also can not commit my answer , but I hava a test in Chrome-Console,it pass,here is my code (javascript):

    var circleArea = function(radius) {
    if(typeof radius != 'number' || radius <=0) return false;
    return (Math.PIradiusradius).toFixed(2);
    };