feat: Finalizando o Segundo Exercício
This commit is contained in:
parent
b2ca135bbd
commit
c11233d910
@ -1,5 +1,5 @@
|
|||||||
export function triangleArea(base, height) {
|
export function triangleArea(base, height) {
|
||||||
// your code here
|
// your code here
|
||||||
|
return (base*height) / 2
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user