UCC-LabCompu2-Historico / proyecto2022-blason_kostrun

proyecto2022-blason_kostrun created by GitHub Classroom
0 stars 0 forks source link

Revisar comentarios en algunas funciones #12

Open edme88 opened 2 years ago

edme88 commented 2 years ago

https://github.com/UCC-LabCompu2/proyecto2022-blason_kostrun/blob/1e01730068e977e76fe2af0ec5f594eb86cb9f81/game.js#L1-L4 Debe tener el comentario con el @method

https://github.com/UCC-LabCompu2/proyecto2022-blason_kostrun/blob/1e01730068e977e76fe2af0ec5f594eb86cb9f81/game.js#L220-L221 Antes de poder emplear h y m deberían definirlo (como var ó let)

https://github.com/UCC-LabCompu2/proyecto2022-blason_kostrun/blob/1e01730068e977e76fe2af0ec5f594eb86cb9f81/game.js#L267-L268 Antes de poder emplear c y r deberían definirlo (como var ó let)

https://github.com/UCC-LabCompu2/proyecto2022-blason_kostrun/blob/1e01730068e977e76fe2af0ec5f594eb86cb9f81/game.js#L288 Debe tener el comentario con el @method