#Basic JS Object Playground Define an object (Gremlin in this case) with a constructor method containing the following attributues:
- name
- size
- color
- haircolor
- eyecolor
- birthyear
Then printing out the new instance withconsole.log( mygremlin.toString() );
####MIT License