Lesson04 - typo or omission in homework.html
Opened this issue · 0 comments
aellis77 commented
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.