Skip to content

Commit f236392

Browse files
More example changes
1 parent 37eda44 commit f236392

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hello.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ class MyClass {
2222
i++;
2323
}
2424
}
25+
26+
27+
function allTheThings () {
28+
let thing = new MyClass();
29+
}

0 commit comments

Comments
 (0)