forked from M3-Academy/challenge-algorithms-v2.0
Compare commits
1 Commits
master
...
feature/al
Author | SHA1 | Date | |
---|---|---|---|
48e509acc9 |
@ -1,4 +1,5 @@
|
||||
export function triangleArea(base, height) {
|
||||
// your code here
|
||||
return ((base * height) / 2);
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user