feat(triangleArea): desenvolvimento da função

This commit is contained in:
Lorena Camila Coelho Máximo 2022-10-29 18:23:45 -04:00
parent 0cb25ef0fd
commit 1c644ea8c4

View File

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