Y
Hacker News
new
|
ask
|
show
|
jobs
by
masklinn
2493 days ago
Seems like an unnecessary mess when you could just use ternary expressions:
return twitterUrl ? config.twitter : githubUrl ? config.github : default
1 comments
Y-bar
2493 days ago
I envy you, I’d love to grok ternary expressions better but every time I just end up having to spend a long time unrolling the logic.
link