How to Check undefined or null in JavaScript (ES2020 way)
π Hey, there. What is the most common way you crash your program? For me, it's trying to de-reference null or undefined by accident. I still remember the first bug I created to crash a live website (bad idea to code in prod), staring at the 404 page...
ryanshan.hashnode.dev4 min read