WIP
This commit is contained in:
parent
718d9df37b
commit
b24b05d3ca
1436 changed files with 131 additions and 106126 deletions
6
1-js/01-a/1-a1/3-errorjs/source/index.js
Normal file
6
1-js/01-a/1-a1/3-errorjs/source/index.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
function f() {
|
||||
throw new Error("ERR");
|
||||
}
|
||||
|
||||
f();
|
Loading…
Add table
Add a link
Reference in a new issue