Skip to content

Commit 2a31559

Browse files
committed
Corrección de extensiones
1 parent 735cb23 commit 2a31559

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Basic/24-error-handling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ try {
5252

5353
// throw
5454

55-
// throw new Error("Se ha producido un error");
55+
// throw new Error("Se ha producido un error")
5656

5757
function sumIntegers(a, b) {
5858
if (typeof a !== "number" || typeof b !== "number") {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)