I am working on a program in node.js which is actually js.
I have a variable :
var query = azure.TableQuery...
looks this line of the
if ( typeof query !== 'undefined' && query ) { //do stuff if query is defined and not null } else { }