BlobKat

BlobKat @blobkat

About: 410 bio gone

Joined:
Feb 1, 2021

BlobKat
articles - 3 total

Safe assignment (?=) alternative for promises

Promise.prototype.safe = function(){ return this.then( res => [null, res], err = [err,...

Learn More 0 0Aug 22 '24

New post title here...

Write your post content here...

Learn More 0 1Mar 10 '23

JS prototypes are slow ... ?

On a project I'm working on, I came across a strange requirement (which I'll explain in a bit) and...

Learn More 5 0Nov 8 '22