Put all of your funniest coding memes here. Try and make people laugh. Have fun !
When I made it, I expected that, so that’s really why I made it
Although it does has some other random interesting stuff on it too
Replit forking in 3 seconds:
Another funny one:
Me right now when I’m coding talkrn



Another one:

Looking at ChatGPT right now.




OK last one:
This part two to the first post
Me when I realize I forgot to finish implementing reporting messages
The incomplete Uno game that’s been collecting dust as i help solve other people’s issues on Ask:
Alrighty im hitting the hay now
web developers when they need a navbar:
nav {
z-index: 9999999999 !important;
}
web developers when they need to make another html page on replit:
<!DOCTYPE html>
<html>
<head>
<!-- uh what comes next -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>title</title>
<!-- you know what, i'm just gonna copy it from index.html -->
okok last one
when web developers need to make something mobile friendly in two seconds:
#container {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
#container > * {
flex: 1 1 0px;
}
okie that’s all
> copy the code
> edit code so it wouldn’t be similar
> done
Once you’re done shaking it, shouldn’t it be considered a milkshook?
My Favourite.