Chaitanya Lakshmi
  • About Me
    • Knowledge Blog
    • Linked In
    • Facebook
  • Static
  • PHP
  • Drupal
  • JAVA
  • Learning Tutorials
  • Contact Us
  • About Me
    • Knowledge Blog
    • Linked In
    • Facebook
  • Static
  • PHP
  • Drupal
  • JAVA
  • Learning Tutorials
  • Contact Us

How do you write a conditional statement for executing some statements only if “i” is NOT equal to 5 (in Javascript) ?

2/27/2012

1 Comment

 
  • if <>5
  • if (i != 5)
  • if (i <> 5)
  • if =! 5 then
  • I don’t know
Answer:
if (i != 5)
1 Comment
Tommy link
9/7/2012 03:26:27 am

Thanks for info

Reply



Leave a Reply.

    Author

    Write something about yourself. No need to be fancy, just an overview.

    Archives

    February 2012

    Categories

    All
    General
    Krds
    Phponweb

    RSS Feed

Powered by Create your own unique website with customizable templates.