Skip to content

Commit 7dae493

Browse files
committed
#36 test first
1 parent 8024745 commit 7dae493

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/es6/no-undefined.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const myUndefined = undefined;
2+
3+
throw new Error(myUndefined);

0 commit comments

Comments
 (0)