Which of the following is the structure of an if statement?

 Posted by Vishalneeraj-24503 on 5/16/2015 | Category: JavaScript Interview questions | Views: 11906 | Points: 40
Select from following answers:
  1. if (conditional expression is true) then execute this code end if
  2. if (conditional expression is true)execute this codeend if
  3. if (conditional expression is true) {then execute this code?
  4. if (conditional expression is true) then {execute this code}
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response