Skip to content

Commit

Permalink
Fixed the output test file of nullish-coalescing op
Browse files Browse the repository at this point in the history
  • Loading branch information
sidntrivedi012 committed Jan 15, 2020
1 parent 1acd676 commit 70da59b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,2 +1,2 @@
const foo = 'test';
console.log(foo ?? '' == '');
console.log((foo ?? '') == '');

0 comments on commit 70da59b

Please sign in to comment.