Advertisement
saasbook

selfcheck_funcall.js

Aug 15th, 2013
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. var square = {
  2. side: 3,
  3. area: function() {
  4. return this.side*this.side;
  5. }
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement