Feat:Finalizado triangleArea

This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2022-10-28 17:21:09 -03:00
parent 16f4f829d2
commit 3fabe8762d

View File

@ -1,3 +1,3 @@
export function triangleArea(base, height) {
// your code here
return base*height/2
}