1 2 3 4 5
function example(first: boolean, second: boolean, third: boolean) { if (first) {} if (second) {} if (third) {} }