A Practical Example of Nullish Coalescing [JavaScript]

Nullish coalescing is a brand new logical operator (??) for the JavaScript programming language. Let’s take a look at one practical… Read more

Similar

What Is JavaScript Made Of?

During my first few years of using JavaScript, I felt like a fraud. Even though I could build websites with frameworks, something was missing. I dreaded JavaScript job interviews because I didn’t have a solid grasp on fundamentals. (more…)

Read more »