Closed rockacola closed 4 years ago
In JavaScript/TypeScript, I'll prefer (and backed by the industrial standard to what I've experienced) to use undefined unless there's a need a need to explicitly state the difference between null and undefined.
undefined
null
Complete as per release v0.19.0.
v0.19.0
In JavaScript/TypeScript, I'll prefer (and backed by the industrial standard to what I've experienced) to use
undefined
unless there's a need a need to explicitly state the difference betweennull
andundefined
.