Learned or Solved Something Today?

Dump it here! Let others learn from you

Write a typescript hack
Showing 1 of 1 from page 1

ikrum posted in #javascript #tutorial #typescript

Double question mark in Typescript & Javascript | Nullish Coalescing (??) Operator

If you see double question mark (??) in typescript or javascript code and wonder what the hack is this? Well let me tell you that this is a is a logical operator being introduced in ECMAScript 2020 and new typescript version 3.7 Usage of ?? Sign in

fb