Nullish
#
Nullish coalesingSymbol: ??
.
Translated to JavaScript nullish coalesing operator.
Takes 2+ parameters.
#
Default parametersSymbol: ..
.
Takes 2 parameters.
The following example prints 2
:
The following example prints 1
:
Symbol: ??
.
Translated to JavaScript nullish coalesing operator.
Takes 2+ parameters.
Symbol: ..
.
Takes 2 parameters.
The following example prints 2
:
The following example prints 1
: