We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e30f66 commit 5f7aedcCopy full SHA for 5f7aedc
1 file changed
website/blog/2023-11-13-curious-ternaries.md
@@ -80,8 +80,7 @@ const animalName =
80
pet.isScary() ?
81
'wolf'
82
: 'dog'
83
- : pet.canMeow() ?
84
- 'cat'
+ : pet.canMeow() ? 'cat'
85
: 'probably a bunny';
86
```
87
0 commit comments