store.js
store.js copied to clipboard
Can't set a method in any object
For example: store.set("ex", {foo:"bar", bar: function(){console.log("foo")}})
"ex" is set to {"foo":"bar"} instead of {foo:"bar", bar: function(){console.log("foo")}}`
PS ECMAScript 2015 shorthand syntax isn't supported either.