Skip to content

Commit f82ed64

Browse files
committed
ejercicio9
1 parent 45fb67f commit f82ed64

File tree

449 files changed

+53844
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

449 files changed

+53844
-0
lines changed

sesion9/index.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
const mensaje = val => {
4+
throw new Error ("mensaje personalizado de Errrorrrrrr")
5+
}
6+
7+
try {
8+
console.log ("anda bien")
9+
} catch {
10+
console.log ("falla algo")
11+
} finally {
12+
console.log ("se ejecuta igual")
13+
}

sesion9/node_modules/.package-lock.json

+249
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sesion9/node_modules/@colors/colors/LICENSE

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)