//Send Hello World as response if (typeof(NAME) != "undefined"){ sendResp("Hello World! Welcome " + NAME); }else{ sendResp("Hello there!"); }