What will be the output of the following JavaScript code snippet?

Mark as favorite
Answer the question in 30 seconds!
int a=1;
if(a!=null) // JavaScript not equal to Operators
    return 1;
else
    return 0;

Leave a Reply