DEV Community

Discussion on: The biggest JavaScript OOP gotcha

Collapse
 
alohci profile image
Nicholas Stimpson

Thanks. Also "Game has finished ${this.score}" should be a template literal `Game has finished ${this.score}`

Thread Thread
 
victorhazbun profile image
Victor Hazbun

Updated, again - also included couple other fixes (method calls).