Guest User

Untitled

a guest
Jan 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. console.log(response.data.title)
  2. null
  3. console.log('typeof', typeof response.data.title)
  4. object
  5.  
  6. return response.data && response.data.title && typeof response.data.title !== 'undefined'
  7. returns null instead of false
Add Comment
Please, Sign In to add comment