Ternary operator issues

Okay, i get that – for now at least.
And then can i skip the else part of a ternary operator?

Say i have:
Let name = (condition) ? Value // but do nothing if the condition is not met

Just like providing an if without an else --or so