DEV Community

Ali Spittel
Ali Spittel

Posted on • Edited on

66 21

While (!cantNoMore){ ride() } 🤠🐴

let cantNoMore = false

function ride () {
  console.log("take my horse to the old town road")
  console.log("ride")
  cantNoMore = true
}

while (!cantNoMore) {
  ride()
}

const horses = {
  location: "back",
  tack: "attached"
}

const me = {
  hat: "matte black",
  boots: "black to match",
  ridingOn: "horse"
}

const you = {
  whip: "Porsche",
  beenOfPorch: false
}

const cantTellMe = null

me.life = "movie"
me.cowboyHat = "Gucci"
me.booty = "Wrangler"

cantNoMore = false

while (!cantNoMore) {
  ride()
}

const BillyRay = {
  living: "like a rockstar",
  spentMoneyOn: "brand new guitar",
  stress: false,
  like: "Marlboro man"
}

cantNoMore = false

while (!cantNoMore) {
  ride()
}
Enter fullscreen mode Exit fullscreen mode

I don't have a soundcloud but plz subscribe 2 this new tag.

#jokes

plz post the lols

Top comments (9)

Collapse
 
markwaterous profile image
Mark

Well shoot dang everyone already ran spellcheck and did their code reviews, what are the rest of us supposed to do, just enjoy the joke? I guess I'll do that if I must.

Collapse
 
codemouse92 profile image
Jason C. McDonald

BillyRay spent money on a brand new guidar? I think that's a typo.

This is pretty funny all the same.

Collapse
 
ctrlshifti profile image
Kat Maddox

This shouldn't exist, but I'm really glad you made it. Thank you

Collapse
 
iam_timsmith profile image
Tim Smith

So many negatives! !cantNoMore lol

Collapse
 
aadibajpai profile image
Aadi Bajpai

*guitar :)

What about diamond rings and Fendi sport bras?

Collapse
 
volysandro profile image
Sandro Volery • Edited

while (BillyRay.haircut != hairstyles.Mollet) {
ignore();
}

Collapse
 
shahor profile image
Shahor

I think double negatives have to be the most confusing thing I ever see in code.

Collapse
 
kbinny62 profile image
kbinny62

// commit log: better rhyme with song
do { ride(); } while (!cantNoMore);

Collapse
 
milcahhalili profile image
Milcah Halili

Omg. This made my day.

Heroku

This site is powered by Heroku

Heroku was created by developers, for developers. Get started today and find out why Heroku has been the platform of choice for brands like DEV for over a decade.

Sign Up

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay