Albin Jose@kerala.party to Programmer Humor@lemmy.ml · 1 year agoA visual learning methodkerala.partyimagemessage-square90fedilinkarrow-up11.16Karrow-down136
arrow-up11.12Karrow-down1imageA visual learning methodkerala.partyAlbin Jose@kerala.party to Programmer Humor@lemmy.ml · 1 year agomessage-square90fedilink
minus-squareFiniteLooper@lemm.eelinkfedilinkEnglisharrow-up5·1 year agoI used to ban null usages with ESLint rules for this exact reason. If it’s there use a value, if not use undefined
I used to ban
null
usages with ESLint rules for this exact reason. If it’s there use a value, if not useundefined