Skip to content

Instantly share code, notes, and snippets.

View AliBakerSartawi's full-sized avatar

Ali Baker Sartawi AliBakerSartawi

View GitHub Profile
@janv
janv / broken_promise.js
Last active May 6, 2023 03:55
A sad poem, written in Javascript
// Replacing callbacks with scumbacks
// Promises to call you back but then doesn't
// Getting your hopes up again
// and again
var brokenPromise = {
then: doesnt
};
function doesnt(callback){
return brokenPromise;