Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.42 KB

File metadata and controls

39 lines (28 loc) · 1.42 KB

challenge-javascript-01 - Area of a Triangle

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.)

Instalación

(Installation)

npm install

test

npm run test

RETO

(CHALLENGE)

Completa la función para calcular el área de un triángulo.
(Complete the function to find the area of a triangle.)

Enviar solución de reto

(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.)

Contribuir

(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/))

Licencia

(License)

challenge-javascript-01 se lanza bajo la licencia MIT.
(challenge-javascript-01 is released under the [MIT] license (https://opensource.org/licenses/MIT).)