forked from M3-Academy/challenge-algorithms-v2.0
feat: algoritmo 2
This commit is contained in:
parent
45d0b1727b
commit
7de8a8fc7f
@ -1,3 +1,4 @@
|
||||
export function triangleArea(base, height) {
|
||||
return (base * height) / 2;
|
||||
// your code here
|
||||
}
|
Loading…
Reference in New Issue
Block a user