forked from M3-Academy/challenge-algorithms-v2.0
3 lines
68 B
JavaScript
3 lines
68 B
JavaScript
export function triangleArea(base, height) {
|
|
// your code here
|
|
}
|