We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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))
The text was updated successfully, but these errors were encountered:
I would like to work on the fix, Could you please assign the issue to me.
Sorry, something went wrong.
No branches or pull requests
Function with many parameters
On day 7 in the functions with many parameters part. There is this function which i think shouldnt be there
The text was updated successfully, but these errors were encountered: