feat(triangleArea): Implementa função triangleArea
This commit is contained in:
parent
3c0bfc1f1c
commit
5cf92a84c1
@ -1,3 +1,4 @@
|
||||
export function triangleArea(base, height) {
|
||||
// your code here
|
||||
return base * height/2;
|
||||
}
|
Loading…
Reference in New Issue
Block a user