What is the if statement block?

A block of code whose execution depends on a conditionThe whole if statement, condition and keyword includedThere's no such thing.

Awesome!

The if statement block is a chunk of code which is executed or not, depending on a condition.