What happens when we add an if statement inside a function?

We're adding a code block inside another code blockIt's the same as adding any other instruction inside a function

We're adding a code block inside another code block.