I don't know if it's possible to change now, but magazines being case-sensitive seems like a recipe for disaster

ppptan@kbin.social to /kbin meta@kbin.social – 6 points –

Apparently there's some sort of fix in the pipeline related to this, but at the very least, I'd like to be able to type kbin.social/m/kbinmeta and be redirected to kbin.social/m/kbinMeta

6

var magazineString = ‘kBiNmEta’;
var magazineString = magazineString.toLowerCase();

Or something

Edit: Damn i'm getting downvoted. I'm just learning javascript for the first time after Python, what am I writing wrong?

what am I writing wrong?

your comment didn't offer anything. Good for you for learning JS I guess, but what did you expect from this comment?

3 more...
3 more...