Skip to content

Instantly share code, notes, and snippets.

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

  • Save PeterKow/9e3cf0fcd4fd626878b01743421851c6 to your computer and use it in GitHub Desktop.

Select an option

Save PeterKow/9e3cf0fcd4fd626878b01743421851c6 to your computer and use it in GitHub Desktop.
var obj = Immutable.fromJS({ data: 'No data' })
var newObj = newObj.set('data', 'Mutated successfully')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment