Comment on Welcome to the wonderful world of code obfuscation
irdc@derp.foo 1 year ago
weekend = day_of_week in (“sat”, “sun”)
Comment on Welcome to the wonderful world of code obfuscation
irdc@derp.foo 1 year ago
weekend = day_of_week in (“sat”, “sun”)
baseless_discourse@mander.xyz 1 year ago
Until some idiot sends in “Sunday” as days of the week…
activ8r@sh.itjust.works 1 year ago
/^(sun|sat)/i.test(day_of_week)
👍
snowe@programming.dev 1 year ago
Ah yes the ole
sunweday
. My favorite day of the weekend.