Escribe una función que tome la base y la altura de un triángulo y devuelva su área.
(Write a function that takes the base and height of a triangle and returns its area.)
(Installation)
npm install
npm run test
(CHALLENGE)
Completa la función para calcular el área de un triángulo.
(Complete the function to find the area of a triangle.)
(Submit challenge solution)
Debes hacer un "Fork" de este proyecto, revolver los problemas y crear un Pull Request hacia este repositorio.
(You must "Fork" this project, scramble the problems and create a Pull Request to this repository.)
(Contribute)
Si alguien quiere agregar o mejorar algo, lo invito a colaborar directamente en este repositorio: challenge-javascript-01
(If someone wants to add or improve something, I invite you to collaborate directly in this repository: [challenge-javascript-01] (https://github.com/platzimaster/challenge-javascript-01/))
(License)
challenge-javascript-01 se lanza bajo la licencia MIT.
(challenge-javascript-01 is released under the [MIT] license (https://opensource.org/licenses/MIT).)