This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Just a test for JavaScript object inheritance | |
* | |
* User: giemza | |
* Date: 06.01.12 | |
* Time: 10:38 | |
*/ | |
// Human constructor, type is 'Function' | |
var Human = function(firstname, lastname) { |