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

Lesson04 - typo or omission in homework.html #1588

Open
aellis77 opened this issue May 28, 2018 · 0 comments
Open

Lesson04 - typo or omission in homework.html #1588

aellis77 opened this issue May 28, 2018 · 0 comments

Comments

@aellis77
Copy link

aellis77 commented May 28, 2018

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.

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

1 participant