let a; a ??= \'asd\' console.log(a); // asd
When I run the above js in the browser console without any problems
However, when I run in typesc