select the correct navigational path to creat the function syntax to use the IF function.
![select the correct navigational path to creat the function syntax to use the IF function class=](https://us-static.z-dn.net/files/d7f/a46792b15a907fdea1af8560eb1ca3a0.png)
Answer:
Look below for Example:
Explanation:
Sry but IF statements are different for every programming language:
For in JavaScript the if statement would be:
==============================================
if (condition){
document.write("Js Example");
}
===============================================
Every language is different this just an example sry best of luck
================================================================