Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 23 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# 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.
Escribe una función que tome la base y la altura de un triángulo y devuelva su área.<br>
<i>(Write a function that takes the base and height of a triangle and returns its area.)</i>

### Instalación
### Instalación<br>
<i>(Installation)</i>
```
npm install
```
Expand All @@ -12,15 +14,26 @@ npm install
npm run test
```

### RETO
### RETO<br>
<i>(CHALLENGE)<i/>

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

### Enviar solución de reto
Debes hacer un "Fork" de este proyecto, revolver los problemas y crear un Pull Request hacia este repositorio.
### Enviar solución de reto<br>
<i>(Submit challenge solution)</i>

### Contribuir
Si alguien quiere agregar o mejorar algo, lo invito a colaborar directamente en este repositorio: [challenge-javascript-01](https://github.com/platzimaster/challenge-javascript-01/)
Debes hacer un "Fork" de este proyecto, revolver los problemas y crear un Pull Request hacia este repositorio.<br>
<i>(You must "Fork" this project, scramble the problems and create a Pull Request to this repository.)</i>

### Licencia
challenge-javascript-01 se lanza bajo la licencia [MIT](https://opensource.org/licenses/MIT).
### Contribuir<br>
<i>(Contribute)</i>

Si alguien quiere agregar o mejorar algo, lo invito a colaborar directamente en este repositorio: [challenge-javascript-01](https://github.com/platzimaster/challenge-javascript-01/)<br>
<i>(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/))</i>

### Licencia<br>
<i>(License)</i>

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