Skip to content

Instantly share code, notes, and snippets.

@chetanraj
Created May 2, 2020 15:09
Show Gist options
  • Save chetanraj/49397d88cf2515d84ec5086fcd63de38 to your computer and use it in GitHub Desktop.
Save chetanraj/49397d88cf2515d84ec5086fcd63de38 to your computer and use it in GitHub Desktop.
let theValue;
if(response &&
response.data &&
response.data.answer &&
response.data.answer.value) {
theValue = response.data.answer.value;
} else {
theValue = 'JavaScript is BAE 💛❤️';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment