Question Info

This question is public and is used in 33 tests or worksheets.

Type: Multiple-Choice
Category: JavaScript
Level: Continuing Education
Author: yasserhy
Created: 13 years ago

View all questions by yasserhy.

JavaScript Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

Continuing Education JavaScript

How do you write a conditional statement for executing some code if "i" is equal to 5?
  1. if i==5 then
  2. if i=5
  3. if i=5 then
  4. if (i==5)