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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
classAnimal{feet: number;constructor(name: string,numFeet: number){}}classSize{feet: number;constructor(numFeet: number){}}leta: Animal;lets: Size;a=s;// variable 's' is used before being assigned.s=a;
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/microsoft/TypeScript-Handbook/blame/master/pages/Advanced%20Types.md#L500
Variable 'people' is used before being assigned.
The text was updated successfully, but these errors were encountered: