Skip to content

Refactor header property assignments to use nullish coalescing - #13

Open
j-romchain wants to merge 1 commit into
finnp:masterfrom
j-romchain:patch-1
Open

j-romchain wants to merge 1 commit into
finnp:masterfrom
j-romchain:patch-1

Conversation

@j-romchain

Copy link
Copy Markdown

$ node
Welcome to Node.js v20.20.2.
Type ".help" for more information.

0 ?? 5
0
if (!0) 5
5

fixes #12

$ node
Welcome to Node.js v20.20.2.
Type ".help" for more information.
> 0 ?? 5
0
> if (!0) 5
5
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

newc dev field cant be 0

1 participant