Next.js Discord
Discord Forum
Typescript Null Type
Unanswered
Black Vulture
posted this in
#help-forum
Open in Discord
Black Vulture
OP
2023-11-28T17:00:56.000Z
Just curious if there is a difference when Typing in TS for a while checking a type or null. Are these two equal: string? vs string | null
1 Reply
@Black Vulture
Just curious if there is a difference when Typing in TS for a while checking a type or null. Are these two equal: string? vs string | null
Ray
2023-11-29T06:39:57.000Z
string? is equal to string | undefined
This media is unavailable, please check the original message on Discord
This media is unavailable, please check the original message on Discord