We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35af4c2 commit 2cc49f5Copy full SHA for 2cc49f5
1 file changed
Week3/MAKEME.md
@@ -109,9 +109,9 @@ let favoriteAnimals = ['blowfish', 'capricorn', 'giraffe'];
109
110
```js
111
if (3 === 3) {
112
- console.log("true")
+ console.log("yes")
113
} else {
114
- console.log("false")
+ console.log("no")
115
}
116
```
117
0 commit comments