DEV Community

Discussion on: Cool stuff with Typescript

Collapse
 
shksa profile image
sreekar

There's an error in "Unknown" type section. It should be
if (typeof a === "number") {
b = a
}

Collapse
 
aminejvm profile image
Amine

Thank you, I fixed it