Ragdoll X to Microblog [email protected]English • 1 year agoAl-generated content. You read that wrong.lemmy.worldimagemessage-square83fedilinkarrow-up11.11K
arrow-up11.11KimageAl-generated content. You read that wrong.lemmy.worldRagdoll X to Microblog [email protected]English • 1 year agomessage-square83fedilink
minus-squareGTG3000linkfedilinkEnglish10•edit-21 year agoOn PC, you can open the browser console and type in ("your string").toUpperCase() it’s usually on F12. >> "Al".toUpperCase() <- "AL"
minus-square@[email protected]linkfedilinkEnglish6•1 year agoSimply pasting the string would give you the answer as the console uses a programming font
minus-squareGTG3000linkfedilinkEnglish2•1 year agoFair, but I’m trying to trick them into learning js here :P
minus-squareGTG3000linkfedilinkEnglish1•1 year agoWell, ignoring the mire of ancient bad idea compatibility, it’s nice to just have a REPL wherever you have a browser.
minus-squareGTG3000linkfedilinkEnglish1•1 year agoMan, I wish you could just use TS without some kind of preprocessor. But I also wish JS had less footguns like “oh, this function returns an array-like object that has half of array methods… But not the one you want right now”.
On PC, you can open the browser console and type in
it’s usually on F12.
Simply pasting the string would give you the answer as the console uses a programming font
Fair, but I’m trying to trick them into learning js here :P
Why would you do such a horrible thing?
Well, ignoring the mire of ancient bad idea compatibility, it’s nice to just have a REPL wherever you have a browser.
At least trick them into leaning ts.
Man, I wish you could just use TS without some kind of preprocessor.
But I also wish JS had less footguns like “oh, this function returns an array-like object that has half of array methods… But not the one you want right now”.