Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day 7 - "Function with many parameters" error #918

Open
CrativeMan opened this issue Feb 4, 2024 · 1 comment
Open

Day 7 - "Function with many parameters" error #918

CrativeMan opened this issue Feb 4, 2024 · 1 comment

Comments

@CrativeMan
Copy link

Function with many parameters

On day 7 in the functions with many parameters part. There is this function which i think shouldnt be there

    const areaOfCircle = (radius) => {
      let area = Math.PI * radius * radius;
      return area;
    }
console.log(areaOfCircle(10))
@123saketh
Copy link

I would like to work on the fix, Could you please assign the issue to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants