DEV Community

Discussion on: Ternary Operators In JavaScript

Collapse
 
mrlarson2007 profile image
Michael Larson • Edited

I have the same feelings. I limit use of ternary operators where it makes sense to use them. Most of the time I use if statements. Reason? I want to opitimize for readability not brevity.