Question Info

This question is public and is used in 36 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 NOT equal to 5?
  1. if i <>5
  2. if (i != 5)
  3. if (i <> 5)
  4. if =! 5 then