Skip to content

Commit

Permalink
More example changes
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldwasserman committed Nov 6, 2019
1 parent 37eda44 commit f236392
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ class MyClass {
i++;
}
}


function allTheThings () {
let thing = new MyClass();
}

0 comments on commit f236392

Please sign in to comment.