if (condition) a else b
if (condition) { a } else { b }
function example() { if (condition) { a } else { b } }