I hereby claim:
- I am rishey on github.
- I am richardbluestein (https://keybase.io/richardbluestein) on keybase.
- I have a public key whose fingerprint is 8187 9BDF 5D6C BD17 0967 9558 131C 67FB 2833 2771
To claim this, I am signing this object:
//------------------------------------------------------------------------------------------------------------------ | |
// YOUR CODE: Create your Zoo "object literal" and Animal "constructor" and "prototypes" here. | |
//------------------------------------------------------------------------------------------------------------------ | |
// literal is {} constructor is function | |
function Animal (name, legs) | |
{ | |
this.name = name | |
this.legs = legs | |
// function identify() |
// Shorthand for $(document).ready(); | |
$(function(){ | |
// Your code goes here... | |
}); |
//------------------------------------------------------------------------------------------------------------------ | |
// YOUR CODE: Create your Zoo "object literal" and Animal "constructor" and "prototypes" here. | |
//------------------------------------------------------------------------------------------------------------------ | |
//------------------------------------------------------------------------------------------------------------------ | |
// DRIVER CODE: Do **NOT** change anything below this point. Your task is to implement code above to make this work. | |
//------------------------------------------------------------------------------------------------------------------ |
I hereby claim:
To claim this, I am signing this object: