untitled notebook

node v8.17.0
version: master
endpointsharetweet
const compare = require('just-compare') const first = { a: null, b: null, c: null}; const second = { a: null, b: null, c: { some: 'object'}}; console.log(compare(first, second)); // works console.log(compare(second, first)); // crashes
Created from: http://anguscroll.com/just/
Loading…

no comments

    sign in to comment