Nullish coalescing operator ?? example
Just a simple example of using ??
According to MDN it is the fifth most used operator directly lower than || and directly higher than the conditional ternary operator. I was surprised at this as I've seen ternaries used a lot, but. have only just dis...
jaxtrax.hashnode.dev1 min read