Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: immutability-helper
node v6.17.1
endpoint
share
tweet
var update = require("immutability-helper") let a = {b: {c: {d : 5}}}; let z = update(a, {b: {c: {d : {$set: 5}}}}); console.log(a === z)
Created from: https://npm.runkit.com/immutability-helper
Loading…
Clone and edit this document