Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

nullish coalescing js


The nullish coalescing operator ( ?? ) 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
 
PREVIOUS NEXT
Tagged: #nullish #coalescing #js
ADD COMMENT
Topic
Name
8+9 =