desafio-algoritmos/02-triangleArea/index.js
2022-10-27 11:07:13 -04:00

3 lines
68 B
JavaScript

export function triangleArea(base, height) {
// your code here
}