feat(triangleArea): algoritmo concluido
This commit is contained in:
parent
d1e4ae24b9
commit
198be8a0aa
@ -1,3 +1,4 @@
|
||||
export function triangleArea(base, height) {
|
||||
// your code here
|
||||
return (base * height) / 2
|
||||
}
|
Loading…
Reference in New Issue
Block a user