Merge branch 'new_branch_2'
This commit is contained in:
commit
4e202403db
@ -1,3 +1,5 @@
|
||||
export function triangleArea(base, height) {
|
||||
export function triangleArea(base, height) {
|
||||
// your code here
|
||||
}
|
||||
let area = (base * height) / 2;
|
||||
return area;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user