Skip to content

Instantly share code, notes, and snippets.

@PeterKow
Created August 7, 2018 15:45
Show Gist options
  • Select an option

  • Save PeterKow/2ed97bf7679e1466d0e8e36a0f612aea to your computer and use it in GitHub Desktop.

Select an option

Save PeterKow/2ed97bf7679e1466d0e8e36a0f612aea to your computer and use it in GitHub Desktop.
var obj = Immutable({ data: 'No data' })
obj.data //No data
// Note: There is getIn for nested objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment