What is Nullish Coalescing? - JavaScript Tutorial

Опубликовано: 20 Май 2026
на канале: Coder Archive
172
15

Learn more about this new logical operator nearing to become standard for JavaScript that's used in many other languages!

Nullish Coalescing is a logical operator that returns its right-hand side operand when its left-hand side operand is null or undefined, and otherwise returns its left-hand side operand.

For more information, check out the documentation:
https://developer.mozilla.org/en-US/d...

Check out the proposal here:
https://github.com/tc39/proposal-null...

Follow and connect with me on:
----------------------------------
🐦 Twitter:   / coderarchive  
📚 Github: https://github.com/luvuong-le
💼 LinkedIn:   / lu-vuongle  
📷 Instagram:   / coderarchive  
📝 Dev.to: https://dev.to/coderarchive

If you enjoyed this video make sure to like and subscribe. I'll see you all in the next one!

#coderarchive #js #javascript #webdev #webdevelopment