Guest User

Untitled

a guest
Feb 27th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // declare (use upper camel case for classes as a convention)
  2. function MyClass() {
  3.  
  4. }
  5. // invoke new instance of MyClass
  6. alert(new MyClass()); // alerts "[object Object]"
Add Comment
Please, Sign In to add comment