This website requires JavaScript.
Explore
Help
Register
Sign In
matheusbrollodauter
/
challenge-algorithms-v2.0-matheusBrolloDauter
Watch
1
Star
0
Fork
0
You've already forked challenge-algorithms-v2.0-matheusBrolloDauter
forked from
M3-Academy/challenge-algorithms-v2.0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c9e9d4a2e0
challenge-algorithms-v2.0-m...
/
02-triangleArea
/
index.js
4 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor(automacao): template desafio 2 automatizado
2022-10-27 15:07:13 +00:00
export
function
triangleArea
(
base
,
height
)
{
// your code here
feat(01,02): finished
2022-10-31 00:43:34 +00:00
return
base
*
height
/
2
;
refactor(automacao): template desafio 2 automatizado
2022-10-27 15:07:13 +00:00
}
Reference in New Issue
Copy Permalink