Atul Jain
How can you check whether a variable is null/undefined using Javascript?
By Atul Jain in JavaScript on Aug 13 2012
  • eswari
    Dec, 2012 17

    You can use this following code,if(typeof(foo) !== 'undefined' && foo != null) {//you can use foo!}
    Joomla Web Design

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS