Closed maltsev closed 8 years ago
Object.assign was implemented in Node.js v4.0.0. But older versions of Node.js are widely used too. Maybe it's better to use some polyfill? In Node.js v1.7.1 I got an error: Object.assign is not a function.
Object.assign
Object.assign is not a function
I will correct it at the weekend.
Object.assign
was implemented in Node.js v4.0.0. But older versions of Node.js are widely used too. Maybe it's better to use some polyfill? In Node.js v1.7.1 I got an error:Object.assign is not a function
.