forked from M3-Academy/challenge-algorithms-v2.0
feat: Algoritmo 02-triangleArea - finalizado
This commit is contained in:
parent
9770e75d3e
commit
5923dc23db
@ -1,3 +1,3 @@
|
||||
export function triangleArea(base, height) {
|
||||
// your code here
|
||||
return (base * height)/2;
|
||||
}
|
Loading…
Reference in New Issue
Block a user