Skip to content

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

@CrativeMan

Description

@CrativeMan

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions