File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252
5353// throw
5454
55- // throw new Error("Se ha producido un error");
55+ // throw new Error("Se ha producido un error")
5656
5757function sumIntegers ( a , b ) {
5858 if ( typeof a !== "number" || typeof b !== "number" ) {
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ Código:
8282* [ 27 - Ejercicios: Console] ( ./Basic/27-console-methods-exercises.js )
8383* [ 28 - Exportación de módulos] ( ./Basic/28-export-modules.js )
8484* [ 29 - Importación de módulos] ( ./Basic/29-import-modules.js )
85- * [ 30 - Importación de módulos externos] ( ./Basic/30-import-external-modules.js )
86- * [ 31 - Ejercicios: Módulos] ( ./Basic/31-modules-exercises.cjs )
85+ * [ 30 - Importación de módulos externos] ( ./Basic/30-import-external-modules.cjs )
86+ * [ 31 - Ejercicios: Módulos] ( ./Basic/31-modules-exercises.js )
8787* [ package.json módulos] ( ./Basic/package.json )
8888
8989## Enlaces de interés
You can’t perform that action at this time.
0 commit comments