From 97bf2dc713df65ad671a33e92ec1bcd0b0238cef Mon Sep 17 00:00:00 2001 From: ArpitSaini07 <67572973+ArpitSaini07@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:57:19 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c464c61..9a920bf 100644 --- a/README.md +++ b/README.md @@ -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. +(Write a function that takes the base and height of a triangle and returns its area.) ### Instalación +(Installation) ``` npm install ``` @@ -13,14 +15,25 @@ 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](https://github.com/platzimaster/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](https://opensource.org/licenses/MIT). +(challenge-javascript-01 is released under the [MIT] license (https://opensource.org/licenses/MIT).) From 4a4664f22d0b631938c56c64a5fbb00f5ff39fcd Mon Sep 17 00:00:00 2001 From: ArpitSaini07 <67572973+ArpitSaini07@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:58:07 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9a920bf..604e324 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 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.
(Write a function that takes the base and height of a triangle and returns its area.) -### Instalación +### Instalación
(Installation) ``` npm install @@ -14,26 +14,26 @@ npm install npm run test ``` -### RETO +### RETO
(CHALLENGE) -Completa la función para calcular el área de un triángulo. +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 +### 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. +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 +### Contribuir
(Contribute) -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/) +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/)
(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 +### Licencia
(License) -challenge-javascript-01 se lanza bajo la licencia [MIT](https://opensource.org/licenses/MIT). +challenge-javascript-01 se lanza bajo la licencia [MIT](https://opensource.org/licenses/MIT).
(challenge-javascript-01 is released under the [MIT] license (https://opensource.org/licenses/MIT).)