m_f@midwest.socialM to Fun Loops ▶️@midwest.socialEnglish · 2 months ago[R] Stupidest ways people have solved coding interviewsloops.videoexternal-linkmessage-square36fedilinkarrow-up182arrow-down15
arrow-up177arrow-down1external-link[R] Stupidest ways people have solved coding interviewsloops.videom_f@midwest.socialM to Fun Loops ▶️@midwest.socialEnglish · 2 months agomessage-square36fedilink
const isEven = (n) => !(n & 1)