Skip to content

Instantly share code, notes, and snippets.

@andrewschaaf
Created June 2, 2011 19:20
Show Gist options
  • Save andrewschaaf/1005094 to your computer and use it in GitHub Desktop.
Save andrewschaaf/1005094 to your computer and use it in GitHub Desktop.
opt = {foo: false}
opt.foo ?= '!'
console.log opt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment