forked from M3-Academy/challenge-algorithms-v2.0
Merge branch 'feature/02-triangleArea' into developer
This commit is contained in:
commit
899068a595
@ -1,3 +1,5 @@
|
|||||||
export function triangleArea(base, height) {
|
export function triangleArea(base, height) {
|
||||||
// your code here
|
// your code here
|
||||||
|
let soma = base * height / 2
|
||||||
|
return soma
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user