What will be the output of the following JavaScript code snippet?
Mark as favorite
int a=1; if(a!=null) // JavaScript not equal to Operators return 1; else return 0;
int a=1; if(a!=null) // JavaScript not equal to Operators return 1; else return 0;