Typo in "Constructors" section.
krasi0 opened this issue · 1 comments
krasi0 commented
new Test(); // the returned object ({name:'Charles'}), not including someValue
should be :
new Person(); // the returned object ({name:'Charles'}), not including someValue
timruffles commented
Thanks.