You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated: I find a void variable can not be assigned to nullnull can not be assigned to a void variable if I enable strictNullChecks on lastest TypeScript nodejs package.
Updated: I find
avoidvariable can not be assigned tonullnullcan not be assigned to avoidvariable if I enablestrictNullCheckson lastest TypeScript nodejs package.But in https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Basic%20Types.md#L207, it says:
Is there any mistake made by me or the document?