forked from M3-Academy/challenge-algorithms-v2.0
feat: Implementa Desafio 2.2
This commit is contained in:
parent
ceed55910a
commit
c10bee305d
@ -1,3 +1,4 @@
|
||||
export function triangleArea(base, height) {
|
||||
// your code here
|
||||
let area = (base*height)/2;
|
||||
return area;
|
||||
}
|
Loading…
Reference in New Issue
Block a user