Skip to content

Instantly share code, notes, and snippets.

@chaiwa-berian
Last active August 20, 2018 16:08
Show Gist options
  • Save chaiwa-berian/761b11ac3fcd7147277782b1356361b3 to your computer and use it in GitHub Desktop.
Save chaiwa-berian/761b11ac3fcd7147277782b1356361b3 to your computer and use it in GitHub Desktop.
var obj ={
prop: (() => { return ( 3 > 4 ? 'yes' : 'no' );})();
}
console.log(obj.prop); //output: no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment