I\'m checking if(response[0].title !== undefined), but I get the error:
if(response[0].title !== undefined)
Uncaught TypeError: Cannot read property \'title\' of undefined.<
typeof:
var foo; if (typeof foo == "undefined"){ //do stuff }