tutorial.eyehunts.com
JavaScript default value if undefined | Code
With the Nullish Coalescing Operator, you can set a default value if a value is null or undefined in JavaScript.
Rohit