Guest User

Untitled

a guest
Jul 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var KoalaBear = Class.extends(Bear, {
  2. name: 'Koala Bear',
  3. color: 'grey',
  4. ragesAt: function(victim) {
  5. alert('The' + this.name + ' bitch-slaps ' + target');
  6. }
  7. });
  8.  
  9. var koalaBear = Class.def(KoalaBear);
  10.  
  11. koalaBear.ragesAt('Eric');
Add Comment
Please, Sign In to add comment