Skip to content

Instantly share code, notes, and snippets.

View keioka's full-sized avatar
🐙

Kei keioka

🐙
  • San Francisco, USA | Kobe, Japan
View GitHub Profile
@keioka
keioka / zoo.js
Last active August 29, 2015 14:22 — forked from dbc-challenges/zoo.js
//------------------------------------------------------------------------------------------------------------------
// 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.
//------------------------------------------------------------------------------------------------------------------