About: 410 bio gone
Promise.prototype.safe = function(){ return this.then( res => [null, res], err = [err,...
Write your post content here...
On a project I'm working on, I came across a strange requirement (which I'll explain in a bit) and...