Guest User

Untitled

a guest
Jan 24th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. var classlist = [];
  2.  
  3. function MyClass() {
  4. var self = this;
  5. }
  6.  
  7. if (true) {
  8. classlist.push(new MyClass());
  9. }
Add Comment
Please, Sign In to add comment