Skip to content

Commit 687db7d

Browse files
committed
Fix question 8
1 parent 5037c6c commit 687db7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ However, when we use the `===` operator, both value _and_ type should be the sam
242242
class Chameleon {
243243
static colorChange(newColor) {
244244
this.newColor = newColor;
245+
return this.newColor;
245246
}
246247

247248
constructor({ newColor = "green" } = {}) {

0 commit comments

Comments
 (0)