Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2cc49f5

Browse files
author
Samir Aleido
committed
💡 refactor: Use yes/no to ensure using conditional operator
1 parent 35af4c2 commit 2cc49f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week3/MAKEME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ let favoriteAnimals = ['blowfish', 'capricorn', 'giraffe'];
109109

110110
```js
111111
if (3 === 3) {
112-
console.log("true")
112+
console.log("yes")
113113
} else {
114-
console.log("false")
114+
console.log("no")
115115
}
116116
```
117117

0 commit comments

Comments
 (0)