feat(triangleArea): desenvolvimento da função
This commit is contained in:
parent
0cb25ef0fd
commit
1c644ea8c4
@ -1,3 +1,3 @@
|
||||
export function triangleArea(base, height) {
|
||||
// your code here
|
||||
return (base*height)/2
|
||||
}
|
Loading…
Reference in New Issue
Block a user