untitled notebook

node v9.11.2
version: 1.0.0
endpointsharetweet
class Foo { set ham(v) { console.log('side effect!'); } } Object.assign(Object.create(Foo.prototype), { ham: 3 });
Loading…

no comments

    sign in to comment