Show newer

@vaporeon_ @wallhackio if you purrogram enough with pass-by-refurence languages you just get used to it :blobmeow_shrug:

@wallhackio @vaporeon_ yeah you don’t have pointer arithmetic at all in js. basically all implementations are using pointers under the hood and just not allowing the purrogrammer to manipulate the address they point to

@vaporeon_ @wallhackio

const o = { k: 1 };

function changeObj(o) {
o.k = 2
};

changeObj(o);
console.log(o); // { k: 2 }

javascript wonkery 

@wallhackio @vaporeon_ fur the record, the following alternative implementation is subtly but meaningfully diffurent:

const deleteThis = function() {
const temp = { _this: this };
delete temp._this;
};

arrow functions and functions defined with the function keyword have intentionally diffurent rules about resolving this

@vaporeon_ in sonic x they kinda just do characterize him like an aloof sort of cat

@vaporeon_ it's a bit southeast of new york and a bit northeast of virginia—see the attached

i realize what i said was confusing. what i mean is that maryland is a small state, so even if there isn’t a major airport in maryland, it is likely a reasonable drive from there to the nearest major airport, even if you have to cross a state boundary

@vaporeon_ not sure. maryland is relatively small so i’m pretty sure there is a major airport nearby, if maybe out of state

Show older
📟🐱 GlitchCat

A small, community‐oriented Mastodon‐compatible Fediverse (GlitchSoc) instance managed as a joint venture between the cat and KIBI families.