Skip Navigation
92 comments
  • Image Transcription: Meme


    [Paneled meme with a brain that gets increasingly glowing]


    [The brain is smaller than the skull]

     
        
    if dayOfWeek.name == "Sunday" || dayOfWeek.name == "Saturday"
        weekend = true
    
      

    [The brain is glowing in some areas]

     
        
    if dayOfWeek < 2 || dayOfWeek > 6
        weekend = true
    
      

    [The brain is shooting out rays of light]

     
        
    weekend = !((dayOfWeek - 1) % 6)
    
      

    I am a human volunteer who transcribes posts to improve accessibility on programming.dev and you could be one too! !transcribing@programming.dev

92 comments