Translate comments on Challenge Seed (#33179)
This commit is contained in:
@ -33,15 +33,15 @@ tests:
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
/**
|
/**
|
||||||
* A long process to prepare tea.
|
* Un largo proceso para preparar té.
|
||||||
* @return {string} A cup of tea.
|
* @return {string} Una taza de té.
|
||||||
**/
|
**/
|
||||||
const prepareTea = () => 'greenTea';
|
const prepareTea = () => 'greenTea';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get given number of cups of tea.
|
* Obtener número dado de tazas de té.
|
||||||
* @param {number} numOfCups Number of required cups of tea.
|
* @param {number} numOfCups Número de tazas de té requeridas.Number of required cups of tea.
|
||||||
* @return {Array<string>} Given amount of tea cups.
|
* @return {Array<string>} Cantidad dada de tazas de té.
|
||||||
**/
|
**/
|
||||||
const getTea = (numOfCups) => {
|
const getTea = (numOfCups) => {
|
||||||
const teaCups = [];
|
const teaCups = [];
|
||||||
|
Reference in New Issue
Block a user