Skip to content

Lesson04 - typo or omission in homework.html #1588

@aellis77

Description

@aellis77

There is either omissions or typos in the following statements :
//In the next 22 problems you will compete the function. All of your code will go inside of the function braces.

There are only 20 problems.

// The next three questions will have you implement math area formulas.
// If you can't remember these area formulas then head over to Google.

function getRectangleArea(length, width) {
// return the area of the rectangle by using length and width
// code here
}

function getTriangleArea(base, height) {
// return the area of the triangle by using base and height
// code here
}
There are only two problems to consider.

Either these are typos or there are omissions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions