forked from M3-Academy/challenge-algorithms-v2.0
feat(triangleArea): Responde função 02
This commit is contained in:
parent
7115bcd5b5
commit
48e509acc9
@ -1,4 +1,5 @@
|
|||||||
export function triangleArea(base, height) {
|
export function triangleArea(base, height) {
|
||||||
// your code here
|
// your code here
|
||||||
return ((base * height) / 2);
|
return ((base * height) / 2);
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user