challenge-algorithms-v2.0-d.../02-triangleArea/index.js

3 lines
68 B
JavaScript
Raw Permalink Normal View History

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