UCC-LabCompu2 / proyecto2023-irusta-combina

proyecto2023-irusta-combina created by GitHub Classroom
0 stars 1 forks source link

Se debe emplear var, let o const según corresponda para mayor eficiencia #12

Closed edme88 closed 9 months ago

edme88 commented 1 year ago

Estos son algunos ejemplos donde var pudo haber sido reemplazado por un let: https://github.com/UCC-LabCompu2/proyecto2023-irusta-combina/blob/340c2bc55484dd2ca15b39b507186cdf2c0ede7c/index.js#L42-L44

https://github.com/UCC-LabCompu2/proyecto2023-irusta-combina/blob/340c2bc55484dd2ca15b39b507186cdf2c0ede7c/index.js#L46-L48

Deben revisar todo el código JS y mejorar el tipo de variables.