Hi Steve, I really enjoyed watching your YouTube video series on JavaScript Classes and thanks for such quality content! I found a small typo here:
|
this.lastName = firstName; |
.
Is it okay if I open a pull request to fix the line to
this.lastName = lastName?
Thanks!
Hi Steve, I really enjoyed watching your YouTube video series on JavaScript Classes and thanks for such quality content! I found a small typo here:
SkillshareJavaScriptClasses/00-Function-Constructors.js
Line 18 in 98305cf
Is it okay if I open a pull request to fix the line to
this.lastName = lastName?Thanks!