BonsaiDen/JavaScript-Garden

Typo in "Constructors" section.

krasi0 opened this issue · 1 comments

new Test(); // the returned object ({name:'Charles'}), not including someValue

should be :
new Person(); // the returned object ({name:'Charles'}), not including someValue

Thanks.