308
Saw 37 the software Dev (sh.itjust.works)

but stackoverflow how i fixy the brokey!

all 40 comments
sorted by: hot top new old
[-] xmunk@sh.itjust.works 64 points 2 years ago

Heh... but Javascript is so permissive you can just start writing psuedocode and it'll probably be valid!

[-] SzethFriendOfNimi@lemmy.world 24 points 2 years ago
[-] Gork@lemm.ee 29 points 2 years ago
[-] SzethFriendOfNimi@lemmy.world 17 points 2 years ago
for(i=0;i<100;i++){
    console.log("Yep")
}

console.log("uh-huh")
[-] Anticorp@lemmy.world 7 points 2 years ago* (last edited 2 years ago)

Like Dave from Storage Wars?

[-] Anticorp@lemmy.world 6 points 2 years ago* (last edited 2 years ago)

const notThree = 1 + '2';

[-] CanadaPlus@lemmy.sdf.org 6 points 2 years ago

And it will do... something.

[-] whodatdair@lemmy.blahaj.zone 2 points 2 years ago

Perhaps more than one thing, who can know?

[-] tiredofsametab@kbin.run 32 points 2 years ago

People should be able to do this, at least for simple programs. We used to do it all the time.

[-] NatoBoram@lemm.ee 14 points 2 years ago

Everyone should be able to do a hello world without IDE

[-] Alexstarfire@lemmy.world 31 points 2 years ago

Hello World isn't that difficult to write.

He never said it had to be a useful program.

[-] Anticorp@lemmy.world 28 points 2 years ago

NP, dude. As someone who learned JavaScript in the dark ages, when IE had to be a consideration for everything you did, writing a JS program now is trivial.

[-] ChaoticNeutralCzech@feddit.de 17 points 2 years ago* (last edited 2 years ago)
[-] victorz@lemmy.world 35 points 2 years ago

MDN ftw, screw stackoverflow.

[-] frezik@midwest.social 7 points 2 years ago

MDN is better at everything than w3school, except for SEO.

[-] victorz@lemmy.world 3 points 2 years ago

Yeah... Then again I just use the DuckDuckGo bang !mdn and it searches MDN directly.

There's also devdocs.io which can be indispensable when using a lot of popular utility libraries and frameworks in the same project. Just having a single page with all the relevant docs is just a real blessing.

[-] Redkey@programming.dev 3 points 2 years ago

Any time I need to learn something about JS, I go to W3Schools to wrap my head around the basics, then over to MDN for current best practice.

[-] victorz@lemmy.world 2 points 2 years ago

I remember visiting W3S like 10-15 years ago when first learning DOM manipulation etc at uni. But nowadays there's nothing it can give me that MDN can't, that I need to know.

[-] kakes@sh.itjust.works 16 points 2 years ago

I think I'd be okay up until you pulled intellisense, at which point I would literally deflate like a balloon.

[-] Thcdenton@lemmy.world 15 points 2 years ago

Dude JS is ez cmon.

[-] PhlubbaDubba@lemm.ee 11 points 2 years ago* (last edited 2 years ago)

"Every time you try to run your code the pendulum will drop lower until...."

Extremely loud crash as pendulum is rocketed into the ground by all the failed run attempts

[-] Mikufan@ani.social 11 points 2 years ago

Do it in php and say its JavaScript, most people don't even know that there is a difference.

[-] xmunk@sh.itjust.works 6 points 2 years ago
[-] Johanno@feddit.de 8 points 2 years ago

Var x = 1+"two"

Console.Log(x)

Done! I did it. I wrote a program.

[-] NaiveBayesian@programming.dev 6 points 2 years ago

Not gonna run with those capital letters

[-] Johanno@feddit.de 4 points 2 years ago

It was never specified to run without errors.

[-] 0000@lemmy.world 3 points 2 years ago
console.log("You had one job.");
[-] samus12345@lemmy.world 4 points 2 years ago

He got so upset he put on glasses and grew facial hair!

[-] nifty@lemmy.world 4 points 2 years ago

Because that’s how long he’s been trying to solve it

hello world (: (smiley being the wrong way was on purpose)

[-] magi@lemmy.blahaj.zone 4 points 2 years ago

Do people not read books anymore?

[-] olafurp@lemmy.world 3 points 2 years ago

var a = 0

Done

[-] Kolanaki@yiffit.net 2 points 2 years ago

Ok... He didn't say it had to be complicated or anything. Just make a magic 8 ball.

[-] RandomVideos@programming.dev 2 points 2 years ago

Just used he internet archive to open stackoverflow

[-] blek@programming.dev 1 points 2 years ago

hey, an empty file is also a valid program. it does nothing. (like me :p)

this post was submitted on 28 May 2024
308 points (84.1% liked)

Programmer Humor

33068 readers
340 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS