Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

setImmutable: Example 1

node v4.9.1
version: 0.1.0
endpointsharetweet
const set = require('setimmutable')
const object = {}
set(object, '[0][1][2]', 'a')
Loading…

no comments

    sign in to comment