Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 323 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 323 Bytes

#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